Commit d234d09
committed
test: update TestFnContainerEnvVars expectation for quote preservation
After switching Resource.AsYAML() to use RNode.MustString(), YAML output
now preserves original quotes from the source YAML. The template uses %q
which generates quoted values, and these quotes are now preserved in the
output. Update the test expectation accordingly.
This is a follow-up to the MustString() migration in PR kubernetes-sigs#6046.1 parent 29412f2 commit d234d09
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
735 | 735 | | |
736 | 736 | | |
737 | 737 | | |
738 | | - | |
739 | | - | |
740 | 738 | | |
741 | 739 | | |
742 | 740 | | |
| 741 | + | |
| 742 | + | |
743 | 743 | | |
744 | 744 | | |
745 | 745 | | |
| |||
0 commit comments