Skip to content

Commit

Permalink
Edited test
Browse files Browse the repository at this point in the history
  • Loading branch information
divyaac committed May 6, 2024
1 parent 7cae3c3 commit b7cc85d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dependency/vault_read_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ func TestShimKVv2Path(t *testing.T) {
"raw path contains partial namespace, adjusted",
"c/secret/data/",
"a/b/c/secret/",
"c/secret/data",
"c/secret/data/",
"a/b",
},
{
Expand All @@ -748,9 +748,9 @@ func TestShimKVv2Path(t *testing.T) {
},
{
"raw path contains partial namespace, nested namespace has same name, adjusted",
"a/secret/data",
"a/secret/data/",
"a/a/secret/",
"a/secret/data",
"a/secret/data/",
"a/",
},
}
Expand Down

0 comments on commit b7cc85d

Please sign in to comment.