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


The following commit(s) were added to refs/heads/main by this push:
     new 86f7250d1c ARTEMIS-4733 Fixing test as it is now correctly ignoring 
MQTT internal queue
86f7250d1c is described below

commit 86f7250d1c7a58f54d794e00aaa7a5067c8a951b
Author: Clebert Suconic <clebertsuco...@apache.org>
AuthorDate: Mon Apr 22 13:29:24 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 e45d590487..b4c91ec5b2 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
@@ -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();

Reply via email to