Skip to content

Commit

Permalink
Fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
michalxo committed Aug 24, 2023
1 parent b8409e9 commit dd67c68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ void sendReceiveSystemTestsClientMessageTest() {

int msgsExpected = 10;
// Publisher - Receiver
LOGGER.info("[{}] Starting MQTT publisher - receiver test", testNamespace);
LOGGER.info("[{}] Starting AMQP publisher - receiver test", testNamespace);
MessagingClient messagingClient = ResourceManager.createMessagingClient(ClientType.ST_AMQP_QPID_JMS, clientsPod,
brokerPod.getStatus().getPodIP(), "5672", myAddress, msgsExpected);
int sent = messagingClient.sendMessages();
Expand Down

0 comments on commit dd67c68

Please sign in to comment.