Skip to content

Commit

Permalink
test(black-duck): Make a test name more specific
Browse files Browse the repository at this point in the history
Prepare for adding a test for querying by origin-id.

Signed-off-by: Frank Viernau <x9fviern@zeiss.com>
  • Loading branch information
fviernau committed Jan 23, 2025
1 parent aaca056 commit ed67a76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class BlackDuckFunTest : WordSpec({
afterEach { componentServiceClient.flush() }

"retrievePackageFindings()" should {
"return the vulnerabilities for the supported ecosystems" {
"return the vulnerabilities for the supported ecosystems by purl" {
val packages = setOf(
// TODO: Add hackage / pod
"Crate::sys-info:0.7.0",
Expand Down

0 comments on commit ed67a76

Please sign in to comment.