mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 12:54:01 +03:00
Propagate keep alive settings from the config
This commit is contained in:
@@ -66,7 +66,7 @@ func (suite *SocksProxyTestSuite) SetupSuite() {
|
||||
require.NoError(suite.T(), err)
|
||||
suite.authURL = parsed
|
||||
|
||||
suite.baseNetwork = network.New(nil, "mtg", 0, 0, 0)
|
||||
suite.baseNetwork = network.New(nil, "mtg", 0, 0, 0, network.DefaultKeepAliveConfig)
|
||||
}
|
||||
|
||||
func (suite *SocksProxyTestSuite) TestIncorrectSchema() {
|
||||
|
||||
Reference in New Issue
Block a user