Fix: formatting

This commit is contained in:
Caleb Woodbine 2020-01-16 00:56:06 +00:00
parent 961c13ecba
commit 7ac8f58ff6

View File

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