Remove another driver-is-not-image-name use.

This commit is contained in:
M. J. Fromberger
2021-08-29 09:15:46 -07:00
parent ff994c71cd
commit c3f1b16e22
+1 -1
View File
@@ -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,