From 947584d3b40d961db7588006950f39f26167fb93 Mon Sep 17 00:00:00 2001 From: Caleb Woodbine Date: Wed, 26 Feb 2020 10:54:24 +1300 Subject: [PATCH] Fix metadata description --- test/e2e/common/podtemplates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/common/podtemplates.go b/test/e2e/common/podtemplates.go index 9fbc0559d6a..5bf3939ed3a 100644 --- a/test/e2e/common/podtemplates.go +++ b/test/e2e/common/podtemplates.go @@ -35,7 +35,7 @@ var _ = ginkgo.Describe("[sig-architecture] PodTemplates", func() { Release : v1.18 Testname: PodTemplate lifecycle Description: Attempt to create a PodTemplate. Patch the created PodTemplate. Fetching the PodTemplate MUST reflect changes. - 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. + 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. */ framework.ConformanceIt("should run the lifecycle of PodTemplates", func() { testNamespaceName := f.Namespace.Name