ARTEMIS-4733 Fixing test as it is now correctly ignoring MQTT internal queue

This commit is contained in:
Clebert Suconic 2024-04-22 13:29:24 -04:00
parent 20f345dbe1
commit 86f7250d1c
1 changed files with 0 additions and 1 deletions

View File

@ -408,7 +408,6 @@ public class ValidateAMQPErrorsTest extends AmqpClientTestSupport {
.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();