Skip to content

Commit

Permalink
updating operator artemis logging tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tlbueno committed Oct 2, 2023
1 parent 474f623 commit 7788ca4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ void defaultLoggingTest() {
Pod artemisPod = getClient().getFirstPodByPrefixName(testNamespace, artemisName);

String artemisLogs = getClient().getLogsFromPod(artemisPod);
LOGGER.info("[{}] Ensure artemis pod logs contains using default log message", testNamespace);
assertThat(artemisLogs, containsString(ArtemisConstants.USING_DEFAULT_LOG_MSG));
LOGGER.info("[{}] Ensure artemis pod logs contains INFO level", testNamespace);
assertThat(artemisLogs, containsString(ArtemisConstants.IS_LIVE_LOG_MSG));

Expand Down

0 comments on commit 7788ca4

Please sign in to comment.