Skip to content

Commit

Permalink
update authenticator order to match kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Dec 3, 2019
1 parent 4caf46b commit 30ce0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extended/oauth/oauthcertfallback.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ var _ = g.Describe("[Feature:OAuthServer] OAuth server", func() {
"valid token, valid cert": {
token: validToken,
cert: validCert,
expectedUser: tokenUser,
expectedUser: certUser,
},
"valid token, invalid cert": {
token: validToken,
Expand Down

0 comments on commit 30ce0c8

Please sign in to comment.