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,