Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Schauer-Köckeis <[email protected]>
  • Loading branch information
Gepardgame committed Sep 12, 2024
1 parent 8a05fbe commit e7eda8c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public void exportProjectAsCycloneDxInventoryTest() {
"name": "projectSupplier"
},
"name": "acme-app",
"version": "SNAPSHOT"
"version": ""
},
"manufacture": {
"name": "projectManufacturer"
Expand Down Expand Up @@ -492,7 +492,7 @@ public void exportProjectAsCycloneDxInventoryWithVulnerabilitiesTest() {
"type": "application",
"bom-ref": "${json-unit.matches:projectUuid}",
"name": "acme-app",
"version": "SNAPSHOT"
"version": ""
},
"tools": [
{
Expand Down Expand Up @@ -686,7 +686,7 @@ public void exportProjectAsCycloneDxVdrTest() {
"type": "application",
"bom-ref": "${json-unit.matches:projectUuid}",
"name": "acme-app",
"version": "SNAPSHOT"
"version": ""
},
"tools": [
{
Expand Down

0 comments on commit e7eda8c

Please sign in to comment.