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:
parent
71803c46d8
commit
8e2033cc95
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue