From c3f1b16e2203c1e4070a4c77847f6598c0623438 Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Sun, 29 Aug 2021 09:15:46 -0700 Subject: [PATCH] Remove another driver-is-not-image-name use. --- state/indexer/sink/psql/psql_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/state/indexer/sink/psql/psql_test.go b/state/indexer/sink/psql/psql_test.go index 9885c5ea4..5c0f139c1 100644 --- a/state/indexer/sink/psql/psql_test.go +++ b/state/indexer/sink/psql/psql_test.go @@ -55,7 +55,7 @@ func TestMain(m *testing.M) { } resource, err := pool.RunWithOptions(&dockertest.RunOptions{ - Repository: driverName, + Repository: "postgres", Tag: "13", Env: []string{ "POSTGRES_USER=" + user,