Skip to content

Commit 37b1ffe

Browse files
committed
Upgrade AMQP address format in tests
from v1 to v2. We still use AMQP address format v1 when connecting to an old 3.13 node.
1 parent e5ca8bd commit 37b1ffe

File tree

3 files changed

+91
-87
lines changed

3 files changed

+91
-87
lines changed

deps/rabbit/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ rabbitmq_integration_suite(
12311231
rabbitmq_integration_suite(
12321232
name = "amqp_credit_api_v2_SUITE",
12331233
runtime_deps = [
1234-
"//deps/amqp10_client:erlang_app",
1234+
"//deps/rabbitmq_amqp_client:erlang_app",
12351235
],
12361236
)
12371237

0 commit comments

Comments
 (0)