Revert "[MM-48626] Move plugins environment out of Channels (#21730)" (#21934)

Этот коммит содержится в:
Ibrahim Serdar Acikgoz
2022-12-21 22:10:26 +03:00
коммит произвёл GitHub
родитель 45159a6b09
Коммит c252704140
40 изменённых файлов: 447 добавлений и 537 удалений

Просмотреть файл

@@ -15,7 +15,7 @@ func TestConnCreateTimeout(t *testing.T) {
*th.App.Config().SqlSettings.QueryTimeout = 0
d := NewDriverImpl(th.Server.platform)
d := NewDriverImpl(th.Server)
_, err := d.Conn(true)
require.Error(t, err)
}