Skip to content

Commit

Permalink
ARTEMIS-4733 Fixing test as it is now correctly ignoring MQTT interna…
Browse files Browse the repository at this point in the history
…l queue
  • Loading branch information
clebertsuconic committed Apr 24, 2024
1 parent bf81e5f commit 1e29602
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ public void testReconnectAfterSenderOpenTimeout() throws Exception {
.withProperty(AMQPMirrorControllerSource.BROKER_ID.toString(), "Test-Broker");
peer.remoteFlow().withLinkCredit(1000).queue();
peer.expectTransfer().accept(); // Notification address create
peer.expectTransfer().accept(); // Address create for odd MQTT address
peer.start();

final URI remoteURI = peer.getServerURI();
Expand Down

0 comments on commit 1e29602

Please sign in to comment.