Skip to content

Commit

Permalink
fix: Correct typo in remote secret path in vault_test
Browse files Browse the repository at this point in the history
   file.
  • Loading branch information
Keloran committed Jun 30, 2024
1 parent 5cbd3da commit 0293f68
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/text")
err = v.GetRemoteSecrets("secret/test")
assert.Nil(t, err)

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

0 comments on commit 0293f68

Please sign in to comment.