Skip to content

Commit

Permalink
test: use hashicorp/vault now (#26)
Browse files Browse the repository at this point in the history
to fix tests
  • Loading branch information
PascalBourdier committed May 2, 2024
1 parent 297a729 commit 30305cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vaultv1/v1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
}
Expand Down
2 changes: 1 addition & 1 deletion vaultv2/v2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
}
Expand Down

0 comments on commit 30305cb

Please sign in to comment.