Skip to content

Commit

Permalink
chore: run formatter
Browse files Browse the repository at this point in the history
Implements: hashicorp#155
  • Loading branch information
f4z3r committed Sep 4, 2023
1 parent d49cf91 commit 00d619c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions path_role_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,11 @@ func TestPath_Create(t *testing.T) {
data: map[string]interface{}{
"bound_service_account_names": "name",
"bound_service_account_namespace_selector": badYAMLSelector,
"policies": "test",
"period": "3s",
"ttl": "1s",
"num_uses": 12,
"max_ttl": "5s",
"policies": "test",
"period": "3s",
"ttl": "1s",
"num_uses": 12,
"max_ttl": "5s",
},
wantErr: errors.New(`failed to parse "bound_service_account_namespace_selector" as k8s.io/api/meta/v1/LabelSelector object`),
},
Expand Down

0 comments on commit 00d619c

Please sign in to comment.