[MM-48626] Move plugins environment out of Channels (#21730)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
0ce7c5e3da
Коммит
dcf499b51d
@@ -15,7 +15,7 @@ func TestConnCreateTimeout(t *testing.T) {
|
||||
|
||||
*th.App.Config().SqlSettings.QueryTimeout = 0
|
||||
|
||||
d := NewDriverImpl(th.Server)
|
||||
d := NewDriverImpl(th.Server.platform)
|
||||
_, err := d.Conn(true)
|
||||
require.Error(t, err)
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user