Skip to content

Commit e8cecdf

Browse files
committed
Enquote annotations in expected test result
Enquoting int variables as annotations is beter, and the result of an upstream patch. Signed-off-by: Hidde Beydals <hello@hidde.co>
1 parent bbfb777 commit e8cecdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/runner/post_renderer_kustomize_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ spec:
148148
kind: Pod
149149
metadata:
150150
annotations:
151-
d: 42
152-
e: 42
151+
d: "42"
152+
e: "42""
153153
name: json6902
154154
`,
155155
},

0 commit comments

Comments
 (0)