Fix typo in test/integration/e2e_test.go

Co-authored-by: Mo Khan <i@monis.app>
This commit is contained in:
Ryan Richard
2021-05-10 12:51:56 -07:00
committed by GitHub
co-authored by Mo Khan
parent 36819989a3
commit c0fcd27594
+2 -2
View File
@@ -327,8 +327,8 @@ status:
`,
string(kubectlOutput3))
expectedGroupsPlusUnauthenticated := append([]string{}, env.SupervisorUpstreamOIDC.ExpectedGroups...)
expectedGroupsPlusUnauthenticated = append(expectedGroupsPlusUnauthenticated, "system:authenticated")
expectedGroupsPlusAuthenticated := append([]string{}, env.SupervisorUpstreamOIDC.ExpectedGroups...)
expectedGroupsPlusAuthenticated = append(expectedGroupsPlusAuthenticated, "system:authenticated")
// Validate that `pinniped whoami` returns the correct identity.
assertWhoami(
ctx,