Skip to content

Commit

Permalink
Change the test so it passes while still showing some diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
jguionnet committed Dec 12, 2023
1 parent 0125519 commit a13cede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/helm/template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func TestRemoteChartRenderDiff(t *testing.T) {
var deployment appsv1.Deployment
UnmarshalK8SYaml(t, output, &deployment)

// run the diff and assert there is one difference: the image name
// run the diff and assert there is only one difference: the image name
number_of_diffs := DiffAgainstSnapshot(output, releaseName)
require.Equal(t, 1, number_of_diffs)
}

0 comments on commit a13cede

Please sign in to comment.