From 9c7675590ae98d05dfd644e46518fc0b939aac28 Mon Sep 17 00:00:00 2001 From: Aaron Tye Date: Tue, 12 Nov 2024 17:19:20 +0000 Subject: [PATCH] fix typo --- pkg/modules/authorization_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/modules/authorization_test.go b/pkg/modules/authorization_test.go index fdd88b01d..0f4dcfb7e 100644 --- a/pkg/modules/authorization_test.go +++ b/pkg/modules/authorization_test.go @@ -225,7 +225,7 @@ func TestAuthInjectDeployment(t *testing.T) { } return true, true, controllerYAML.Deployment, operatorConfig, customResource }, - "success - greenfield injection mising skip certificate validation env": func(*testing.T) (bool, bool, applyv1.DeploymentApplyConfiguration, utils.OperatorConfig, csmv1.ContainerStorageModule) { + "success - greenfield injection missing skip certificate validation env": func(*testing.T) (bool, bool, applyv1.DeploymentApplyConfiguration, utils.OperatorConfig, csmv1.ContainerStorageModule) { customResource, err := getCustomResource("./testdata/cr_powerscale_auth_missing_skip_cert_env.yaml") if err != nil { panic(err)