Skip to content

Commit 7ac8f58

Browse files
committed
Fix: formatting
1 parent 961c13e commit 7ac8f58

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/e2e/common/secrets.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@ var _ = ginkgo.Describe("[sig-api-machinery] Secrets", func() {
139139
})
140140

141141
/*
142-
Release : v1.18
143-
Testname: Secret patching
144-
Description: A Secret is created.
145-
Listing all Secrets MUST return an empty list.
146-
Given the patching and fetching of the Secret, the fields MUST equal the new values.
147-
The Secret is deleted by it's static Label.
148-
Secrets are listed finally, the list MUST NOT include the originally created Secret.
142+
Release : v1.18
143+
Testname: Secret patching
144+
Description: A Secret is created.
145+
Listing all Secrets MUST return an empty list.
146+
Given the patching and fetching of the Secret, the fields MUST equal the new values.
147+
The Secret is deleted by it's static Label.
148+
Secrets are listed finally, the list MUST NOT include the originally created Secret.
149149
*/
150150
framework.ConformanceIt("should patch a secret", func() {
151151
ginkgo.By("creating a secret")

0 commit comments

Comments
 (0)