Skip to content

Commit

Permalink
Update assertion message in patch test
Browse files Browse the repository at this point in the history
Signed-off-by: Miaha Cybersec <[email protected]>
  • Loading branch information
Miaha Cybersec authored and Miaha Cybersec committed Jul 25, 2024
1 parent b39a923 commit d710887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/patch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func patch(t *testing.T, ref, patchedTag, path string, ignoreErrors bool, report
out, err := cmd.CombinedOutput()

if strings.Contains(ref, "oracle") {
assert.Contains(t, string(out), "Detected Oracle image passed in")
assert.Contains(t, string(out), "oracle")
} else {
require.NoError(t, err, string(out))
}
Expand Down

0 comments on commit d710887

Please sign in to comment.