Skip to content

Commit

Permalink
chore: Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Apr 23, 2024
1 parent 8d1f85a commit 84a6ac1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,7 @@ public void testReceiveEmptyMessagePayloadUnexpected() {
try {
receiveAction.execute(context);
} catch(CitrusRuntimeException e) {
Assert.assertEquals(e.getMessage(), "Failed to validate JSON text:" + System.lineSeparator() +
" Validation failed - expected message contents, but received empty message!");
Assert.assertEquals(e.getMessage(), "Validation failed - expected message contents, but received empty message!");
return;
}

Expand Down

0 comments on commit 84a6ac1

Please sign in to comment.