mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-18 08:06:59 +00:00
GODT-980: placeholder for user agent
This commit is contained in:
@ -17,8 +17,10 @@
|
||||
|
||||
package pmapi
|
||||
|
||||
import "github.com/ProtonMail/proton-bridge/internal/config/useragent"
|
||||
|
||||
func newTestClientManager(cfg *ClientConfig) *ClientManager {
|
||||
cm := NewClientManager(cfg)
|
||||
cm := NewClientManager(cfg, useragent.New())
|
||||
|
||||
go func() {
|
||||
for range cm.authUpdates {
|
||||
|
||||
Reference in New Issue
Block a user