mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2026-02-12 11:58:33 +00:00
feat: improve login flow
This commit is contained in:
@ -36,9 +36,8 @@ var testClientConfig = &ClientConfig{
|
||||
MinSpeed: 256,
|
||||
}
|
||||
|
||||
func newTestClient() *Client {
|
||||
c := newClient(NewClientManager(testClientConfig), "tester")
|
||||
return c
|
||||
func newTestClient(cm *ClientManager) *Client {
|
||||
return cm.GetClient("tester")
|
||||
}
|
||||
|
||||
func TestClient_Do(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user