mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
test: empty auth update channel in tests
This commit is contained in:
committed by
Michal Horejsek
parent
8f15041d8f
commit
7d30459417
@ -79,7 +79,7 @@ func newTestServer(h http.Handler) (*httptest.Server, *client) {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
cm := NewClientManager(testClientConfig)
|
||||
cm := newTestClientManager(testClientConfig)
|
||||
cm.host = serverURL.Host
|
||||
cm.scheme = serverURL.Scheme
|
||||
|
||||
@ -122,7 +122,7 @@ func newTestServerCallbacks(tb testing.TB, callbacks ...func(testing.TB, http.Re
|
||||
}
|
||||
}
|
||||
|
||||
cm := NewClientManager(testClientConfig)
|
||||
cm := newTestClientManager(testClientConfig)
|
||||
cm.host = serverURL.Host
|
||||
cm.scheme = serverURL.Scheme
|
||||
|
||||
|
||||
Reference in New Issue
Block a user