Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
AHabes committed Oct 3, 2023
1 parent df7ddf4 commit c040906
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void testEMAControllerInStandAloneModeWithEventPortalDestination() {

ClientException thrown = assertThrows(ClientException.class, () -> controller.scan("id", scanRequestDTO));

assertThat(thrown.getMessage()).contains("Scan data could not be streamed to EP in standalone mode.");
assertThat(thrown.getMessage()).contains("Scan data could not be streamed to the Event Portal in standalone mode.");
}

@Test
Expand Down

0 comments on commit c040906

Please sign in to comment.