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 22, 2024
1 parent 20f345d commit 86f7250
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ public void testReconnectAfterMirrorLinkRefusal() 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 86f7250

Please sign in to comment.