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 <[email protected]>
  • Loading branch information
hiddeco committed Jun 9, 2021
1 parent b2bbe9c commit 5f3d3ec
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 5f3d3ec

Please sign in to comment.