Skip to content

Commit

Permalink
refactor: Change secret path to kv/data/secret/test for consistent na…
Browse files Browse the repository at this point in the history
…ming and compatibility with Vault API
  • Loading branch information
Keloran committed Jun 30, 2024
1 parent 0293f68 commit 3eb6cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func TestGetSecret(t *testing.T) {
assert.Nil(t, err)

v := NewVault(address, "root-token")
err = v.GetRemoteSecrets("secret/test")
err = v.GetRemoteSecrets("kv/data/secret/test")
assert.Nil(t, err)

secret, err := v.GetSecret("foo1")
Expand Down

0 comments on commit 3eb6cd5

Please sign in to comment.