ARTEMIS-4733 Fixing test as it is now correctly ignoring MQTT internal queue
This commit is contained in:
parent
20f345dbe1
commit
86f7250d1c
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue