Skip to content

Commit 51a30ee

Browse files
test cleanup
Signed-off-by: James Milligan <[email protected]>
1 parent d54d8da commit 51a30ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webhooks/pod_webhook_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,8 @@ var _ = Describe("pod mutation webhook", func() {
278278

279279
pod := testPod(map[string]string{
280280
"openfeature.dev": "enabled",
281-
"openfeature.dev/featureflagconfiguration": fmt.Sprintf("%s/%s", mutatePodNamespace, featureFlagConfigurationName),
281+
"openfeature.dev/featureflagconfiguration": fmt.Sprintf("%s/%s", mutatePodNamespace, ffConfigName),
282282
})
283-
pod.Annotations["openfeature.dev/featureflagconfiguration"] = fmt.Sprintf("%s/%s", mutatePodNamespace, ffConfigName)
284283
err = k8sClient.Create(testCtx, pod)
285284
Expect(err).ShouldNot(HaveOccurred())
286285

0 commit comments

Comments
 (0)