diff --git a/test/e2e/auth/service_accounts.go b/test/e2e/auth/service_accounts.go index 4cd0f345afd..68b7b75881c 100644 --- a/test/e2e/auth/service_accounts.go +++ b/test/e2e/auth/service_accounts.go @@ -624,12 +624,12 @@ var _ = SIGDescribe("ServiceAccounts", func() { }) /* - Release: v1.19 - Testname: ServiceAccount lifecycle test - Description: Creates a ServiceAccount with a static Label MUST be added as shown in watch event. - Patching the ServiceAccount MUST return it's new property. - Listing the ServiceAccounts MUST return the test ServiceAccount with it's patched values. - ServiceAccount will be deleted and MUST find a deleted watch event. + Release: v1.19 + Testname: ServiceAccount lifecycle test + Description: Creates a ServiceAccount with a static Label MUST be added as shown in watch event. + Patching the ServiceAccount MUST return it's new property. + Listing the ServiceAccounts MUST return the test ServiceAccount with it's patched values. + ServiceAccount will be deleted and MUST find a deleted watch event. */ framework.ConformanceIt("should run through the lifecycle of a ServiceAccount", func() { testNamespaceName := f.Namespace.Name