mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
GODT-2221: Set DOH off by default.
This commit is contained in:
@ -90,8 +90,8 @@ func (t *testCtx) initBridge() (<-chan events.Event, error) {
|
||||
return nil, fmt.Errorf("bridge is already started")
|
||||
}
|
||||
|
||||
// Bridge will enable the proxy by default at startup.
|
||||
t.mocks.ProxyCtl.EXPECT().AllowProxy()
|
||||
// Bridge will disable the proxy by default at startup.
|
||||
t.mocks.ProxyCtl.EXPECT().DisallowProxy()
|
||||
|
||||
// Get the path to the vault.
|
||||
vaultDir, err := t.locator.ProvideSettingsPath()
|
||||
|
||||
Reference in New Issue
Block a user