fix typo in integration test function comments

Signed-off-by: Ashish Amarnath <ashish.amarnath@broadcom.com>
This commit is contained in:
Ashish Amarnath
2024-08-05 23:33:31 -07:00
parent 0787301ddb
commit 6fdfee36fe
2 changed files with 4 additions and 4 deletions

View File

@@ -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)

View File

@@ -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)