From c0fcd275948f021c319c752552bbf18dbd8df1f5 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Mon, 10 May 2021 12:51:56 -0700 Subject: [PATCH] Fix typo in test/integration/e2e_test.go Co-authored-by: Mo Khan --- test/integration/e2e_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,