Skip to content

Commit 947584d

Browse files
committed
Fix metadata description
1 parent 22f8a69 commit 947584d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/common/podtemplates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var _ = ginkgo.Describe("[sig-architecture] PodTemplates", func() {
3535
Release : v1.18
3636
Testname: PodTemplate lifecycle
3737
Description: Attempt to create a PodTemplate. Patch the created PodTemplate. Fetching the PodTemplate MUST reflect changes.
38-
By fetching all the PodTemplates via a Label selector it MUST find the PodTemplate by it's static label and updated value. The PodTemplate must be deleted by Collection.
38+
By fetching all the PodTemplates via a Label selector it MUST find the PodTemplate by it's static label and updated value. The PodTemplate must be deleted.
3939
*/
4040
framework.ConformanceIt("should run the lifecycle of PodTemplates", func() {
4141
testNamespaceName := f.Namespace.Name

0 commit comments

Comments
 (0)