diff --git a/state/indexer/indexer_service_test.go b/state/indexer/indexer_service_test.go index 457ed065a..4d12cc86f 100644 --- a/state/indexer/indexer_service_test.go +++ b/state/indexer/indexer_service_test.go @@ -139,7 +139,7 @@ func setupDB(t *testing.T) (*dockertest.Pool, error) { assert.Nil(t, err) resource, err = pool.RunWithOptions(&dockertest.RunOptions{ - Repository: psql.DriverName, + Repository: "postgres", Tag: "13", Env: []string{ "POSTGRES_USER=" + user,