Skip to content

Commit

Permalink
Update lib/web/apiserver_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Isaiah Becker-Mayer <[email protected]>
  • Loading branch information
marcoandredinis and Isaiah Becker-Mayer committed Jul 19, 2022
1 parent 7729009 commit c21edb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web/apiserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2090,7 +2090,7 @@ func TestTokenGeneration(t *testing.T) {
Allow: types.RoleConditions{
Rules: []types.Rule{
types.NewRule(types.KindToken,
[]string{types.VerbList, types.VerbCreate, types.VerbRead}),
[]string{types.VerbCreate, types.VerbRead}),
},
},
})
Expand Down

0 comments on commit c21edb6

Please sign in to comment.