diff --git a/src/test/java/org/dependencytrack/notification/publisher/WebhookPublisherTest.java b/src/test/java/org/dependencytrack/notification/publisher/WebhookPublisherTest.java index 66168eeb5f..93dbb330c2 100644 --- a/src/test/java/org/dependencytrack/notification/publisher/WebhookPublisherTest.java +++ b/src/test/java/org/dependencytrack/notification/publisher/WebhookPublisherTest.java @@ -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" } } }