Skip to content

Commit

Permalink
update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm committed May 8, 2024
1 parent 3bc0e9d commit 43d53bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion path_dynamic_creds_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ func TestDynamicCredsRead_success(t *testing.T) {
}

func TestDynamicCredsRead_success_hierarchicalRolePath(t *testing.T) {
t.Run("list dynamic roles with hierarchical role path", func(t *testing.T) {
t.Run("read dynamic role creds with hierarchical role path", func(t *testing.T) {
b, storage := getBackend(false)
defer b.Cleanup(context.Background())
configureOpenLDAPMount(t, b, storage)
Expand Down

0 comments on commit 43d53bb

Please sign in to comment.