postgres: socks proxy: use plugin-sdk (#82376)

This commit is contained in:
Gábor Farkas
2024-02-14 13:05:31 +01:00
committed by GitHub
parent 7c44dd713a
commit 4c221966e4
5 changed files with 32 additions and 40 deletions

View File

@ -164,7 +164,7 @@ func TestIntegrationPostgresSnapshots(t *testing.T) {
cnnstr := getCnnStr()
db, handler, err := newPostgres(cfg, dsInfo, cnnstr, logger, backend.DataSourceInstanceSettings{})
db, handler, err := newPostgres(context.Background(), cfg, dsInfo, cnnstr, logger, backend.DataSourceInstanceSettings{})
t.Cleanup((func() {
_, err := db.Exec("DROP TABLE tbl")