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

This commit is contained in:
Clebert Suconic 2024-04-23 22:44:09 -04:00
parent bf81e5fe31
commit 1e29602158
1 changed files with 0 additions and 1 deletions

View File

@ -315,7 +315,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();