diff --git a/vaultv1/v1_test.go b/vaultv1/v1_test.go index d2436fd..bc9d16d 100644 --- a/vaultv1/v1_test.go +++ b/vaultv1/v1_test.go @@ -25,7 +25,7 @@ func TestMain(m *testing.M) { } options := &dockertest.RunOptions{ - Repository: "vault", + Repository: "hashicorp/vault", Tag: "latest", Env: []string{"VAULT_DEV_ROOT_TOKEN_ID=root"}, } diff --git a/vaultv2/v2_test.go b/vaultv2/v2_test.go index 40d2e60..6a91482 100644 --- a/vaultv2/v2_test.go +++ b/vaultv2/v2_test.go @@ -28,7 +28,7 @@ func TestMain(m *testing.M) { } options := &dockertest.RunOptions{ - Repository: "vault", + Repository: "hashicorp/vault", Tag: "latest", Env: []string{"VAULT_DEV_ROOT_TOKEN_ID=root"}, }