Skip to content

Commit

Permalink
Enquote annotations in expected test result
Browse files Browse the repository at this point in the history
Enquoting int variables as annotations is beter, and the result of an
upstream patch.

Signed-off-by: Hidde Beydals <hello@hidde.co>
  • Loading branch information
hiddeco committed Jun 9, 2021
1 parent bbfb777 commit e8cecdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/runner/post_renderer_kustomize_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ spec:
kind: Pod
metadata:
annotations:
d: 42
e: 42
d: "42"
e: "42""
name: json6902
`,
},
Expand Down

0 comments on commit e8cecdf

Please sign in to comment.