We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1214331 commit 354fd06Copy full SHA for 354fd06
.circleci/tests/golden.go
@@ -62,5 +62,5 @@ func runGoldenHelmTest(t *testing.T, testCase *goldenHelmTest) {
62
63
// then
64
r.NoError(err, "Golden file doesn't exist or was not readable")
65
- r.Equal(string(expected), output)
+ r.Equal(string(expected), output, "Rendered output does not match golden file. Please run tests with -update-golden flag to update the golden files.")
66
}
0 commit comments