mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-18 08:06:59 +00:00
feat: simple client manager
This commit is contained in:
@ -37,8 +37,7 @@ var testClientConfig = &ClientConfig{
|
||||
}
|
||||
|
||||
func newTestClient() *Client {
|
||||
c := NewClient(testClientConfig, "tester")
|
||||
c.tokenManager = NewTokenManager()
|
||||
c := newClient(NewClientManager(testClientConfig), "tester")
|
||||
return c
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user