mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-01 13:47:07 +00:00
Remove another driver-is-not-image-name use.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user