diff --git a/test/e2e/common/secrets.go b/test/e2e/common/secrets.go index 95018371e52..e232bed9cf1 100644 --- a/test/e2e/common/secrets.go +++ b/test/e2e/common/secrets.go @@ -139,13 +139,13 @@ var _ = ginkgo.Describe("[sig-api-machinery] Secrets", func() { }) /* - Release : v1.18 - Testname: Secret patching - Description: A Secret is created. - Listing all Secrets MUST return an empty list. - Given the patching and fetching of the Secret, the fields MUST equal the new values. - The Secret is deleted by it's static Label. - Secrets are listed finally, the list MUST NOT include the originally created Secret. + Release : v1.18 + Testname: Secret patching + Description: A Secret is created. + Listing all Secrets MUST return an empty list. + Given the patching and fetching of the Secret, the fields MUST equal the new values. + The Secret is deleted by it's static Label. + Secrets are listed finally, the list MUST NOT include the originally created Secret. */ framework.ConformanceIt("should patch a secret", func() { ginkgo.By("creating a secret")