1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

fix test case

This commit is contained in:
Vyankatesh Kudtarkar 2021-08-13 10:40:47 +05:30
parent 71803c46d8
commit 8e2033cc95

View file

@ -107,7 +107,7 @@ func Test_Mutate_Sets(t *testing.T) {
cmRes, err := e2eClient.GetNamespacedResource(cmGVR, tests.ResourceNamespace, "target")
c, _ := json.Marshal(cmRes)
By(fmt.Sprintf("configMap : %s", string(c)))
By(fmt.Sprintf("ConfigMap : %s", string(c)))
Expect(err).NotTo(HaveOccurred())
Expect(cmRes.GetLabels()["kyverno.key/copy-me"]).To(Equal("sample-value"))