ARTEMIS-4733 Fixing test as it is now correctly ignoring MQTT internal queue
This commit is contained in:
parent
bf81e5fe31
commit
1e29602158
|
@ -315,7 +315,6 @@ public class ValidateAMQPErrorsTest extends AmqpClientTestSupport {
|
||||||
.withProperty(AMQPMirrorControllerSource.BROKER_ID.toString(), "Test-Broker");
|
.withProperty(AMQPMirrorControllerSource.BROKER_ID.toString(), "Test-Broker");
|
||||||
peer.remoteFlow().withLinkCredit(1000).queue();
|
peer.remoteFlow().withLinkCredit(1000).queue();
|
||||||
peer.expectTransfer().accept(); // Notification address create
|
peer.expectTransfer().accept(); // Notification address create
|
||||||
peer.expectTransfer().accept(); // Address create for odd MQTT address
|
|
||||||
peer.start();
|
peer.start();
|
||||||
|
|
||||||
final URI remoteURI = peer.getServerURI();
|
final URI remoteURI = peer.getServerURI();
|
||||||
|
|
Loading…
Reference in New Issue