diff --git a/test/integration/e2e_test.go b/test/integration/e2e_test.go index 7c357711..b2fcbe36 100644 --- a/test/integration/e2e_test.go +++ b/test/integration/e2e_test.go @@ -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,