From 7ac8f58ff60c5136e68ecef33a38bdbc6026b1c0 Mon Sep 17 00:00:00 2001 From: Caleb Woodbine Date: Thu, 16 Jan 2020 00:56:06 +0000 Subject: [PATCH] Fix: formatting --- test/e2e/common/secrets.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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")