From 6fdfee36fe93114f6b916150b1d259e4ac10d573 Mon Sep 17 00:00:00 2001 From: Ashish Amarnath Date: Mon, 5 Aug 2024 23:33:31 -0700 Subject: [PATCH] fix typo in integration test function comments Signed-off-by: Ashish Amarnath --- test/integration/concierge_tls_spec_test.go | 4 ++-- test/integration/supervisor_tls_spec_test.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/integration/concierge_tls_spec_test.go b/test/integration/concierge_tls_spec_test.go index 479ad9ba2..5df3f77a9 100644 --- a/test/integration/concierge_tls_spec_test.go +++ b/test/integration/concierge_tls_spec_test.go @@ -24,8 +24,8 @@ import ( "go.pinniped.dev/test/testlib" ) -// TestTLSSpecKubeBuilderValidationConcierge_Parallel tests kubebuilder validation on the TLSSpec -// in Pinniped concierge CRDs for both WebhookAuthenticators and JWTAuthenticators. +// TestTLSSpecValidationConcierge_Parallel tests kubebuilder and status condition validation +// on the TLSSpec in Pinniped concierge WebhookAuthenticator and JWTAuthenticator CRDs. func TestTLSSpecValidationConcierge_Parallel(t *testing.T) { env := testlib.IntegrationEnv(t) diff --git a/test/integration/supervisor_tls_spec_test.go b/test/integration/supervisor_tls_spec_test.go index 89f76b505..d2fce2b6a 100644 --- a/test/integration/supervisor_tls_spec_test.go +++ b/test/integration/supervisor_tls_spec_test.go @@ -17,8 +17,8 @@ import ( "go.pinniped.dev/test/testlib" ) -// TestTLSSpecKubeBuilderValidationSupervisor_Parallel tests kubebuilder validation -// on the TLSSpec in Pinniped supervisor CRDs using OIDCIdentityProvider as an example. +// TestTLSSpecValidationSupervisor_Parallel tests kubebuilder and status condition validation +// on the TLSSpec in Pinniped supervisor IdentityProvider CRDs. func TestTLSSpecValidationSupervisor_Parallel(t *testing.T) { env := testlib.IntegrationEnv(t)