Skip to content

Commit

Permalink
Fix WebhookPublisherTest
Browse files Browse the repository at this point in the history
Signed-off-by: Aravind Parappil <[email protected]>
  • Loading branch information
aravindparappil46 committed Jun 2, 2024
1 parent 396d26d commit 451aaa6
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,7 @@ public void testInformWithBomValidationFailedNotification() {
"content" : "bomContent",
"format" : "CycloneDX"
},
"problemDetails" : {
"status" : "400",
"title" : "The uploaded BOM is invalid",
"detail" : "Schema validation failed",
"errors" : "$.components[928].externalReferences[1].url: does not match the iri-reference pattern must be a valid RFC 3987 IRI-reference"
}
"errors" : "$.components[928].externalReferences[1].url: does not match the iri-reference pattern must be a valid RFC 3987 IRI-reference"
}
}
}
Expand Down

0 comments on commit 451aaa6

Please sign in to comment.