Skip to content

Commit

Permalink
update msg
Browse files Browse the repository at this point in the history
  • Loading branch information
RTann committed Nov 15, 2022
1 parent 590e741 commit ef15cf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2etests/grpc_full_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func verifyImage(t *testing.T, imgScan *v1.Image, test testCase) {
foundMatch = true
checkGRPCMatch(t, expectedVuln, matchingVuln)
}
assert.True(t, foundMatch)
assert.Truef(t, foundMatch, "Expected to find %s in scan results", expectedVuln.Name)
}
}
feature.Vulnerabilities = nil
Expand Down
2 changes: 1 addition & 1 deletion e2etests/sanity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func verifyImageHasExpectedFeatures(t *testing.T, client *client.Clairify, test
foundMatch = true
checkMatch(t, test.source, expectedVuln, matchingVuln)
}
assert.True(t, foundMatch)
assert.Truef(t, foundMatch, "Expected to find %s in scan results", expectedVuln.Name)
}
}
feature.Vulnerabilities = nil
Expand Down

0 comments on commit ef15cf7

Please sign in to comment.