From 09bd51f481c0e3aae4fce31436a01a868e31b89a Mon Sep 17 00:00:00 2001 From: "Benjamin A. Petersen" Date: Tue, 13 Feb 2024 15:02:31 -0500 Subject: [PATCH] fix comment in testlib/client.go --- test/testlib/client.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/testlib/client.go b/test/testlib/client.go index f8e339708..d732e2672 100644 --- a/test/testlib/client.go +++ b/test/testlib/client.go @@ -231,9 +231,8 @@ func CreateTestJWTAuthenticatorForCLIUpstream(ctx context.Context, t *testing.T) return CreateTestJWTAuthenticator(ctx, t, spec) } -// CreateTestJWTAuthenticator creates and returns a test JWTAuthenticator in -// $PINNIPED_TEST_CONCIERGE_NAMESPACE, which will be automatically deleted at the end of the current -// test's lifetime. It returns a corev1.TypedLocalObjectReference which describes the test JWT +// CreateTestJWTAuthenticator creates and returns a test JWTAuthenticator which will be automatically deleted +// at the end of the current test's lifetime. It returns a corev1.TypedLocalObjectReference which describes the test JWT // authenticator within the test namespace. func CreateTestJWTAuthenticator(ctx context.Context, t *testing.T, spec auth1alpha1.JWTAuthenticatorSpec) corev1.TypedLocalObjectReference { t.Helper()