Skip to content

Commit a513d0c

Browse files
authored
Update vault_read_test.go to fix failing test
1 parent 6ebc53d commit a513d0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependency/vault_read_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,14 +709,14 @@ func TestShimKVv2Path(t *testing.T) {
709709
},
710710
{
711711
"prefix not added to subkeys",
712-
"/secret/subkeys/foo",
712+
"secret/subkeys/foo",
713713
"secret/",
714714
"secret/subkeys/foo",
715715
"",
716716
},
717717
{
718718
"prefix added with subkeys* in subpath",
719-
"/secret/subkeysfoo/foo/bar",
719+
"secret/subkeysfoo/foo/bar",
720720
"secret/",
721721
"secret/data/subkeysfoo/foo/bar",
722722
"",

0 commit comments

Comments
 (0)