This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit 1e296021589ffa985d55a69e632e3408dafe762c
Author: Clebert Suconic <clebertsuco...@apache.org>
AuthorDate: Tue Apr 23 22:44:09 2024 -0400

    ARTEMIS-4733 Fixing test as it is now correctly ignoring MQTT internal queue
---
 .../artemis/tests/integration/amqp/connect/ValidateAMQPErrorsTest.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/connect/ValidateAMQPErrorsTest.java
 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/connect/ValidateAMQPErrorsTest.java
index b4c91ec5b2..156cd5168a 100644
--- 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/connect/ValidateAMQPErrorsTest.java
+++ 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/connect/ValidateAMQPErrorsTest.java
@@ -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();

Reply via email to