Skip to content

Commit 4157e11

Browse files
committed
amqp_client_SUITE: enable plugin rabbitmq_amqp1_0
1 parent 3c8f63b commit 4157e11

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deps/rabbit/test/amqp_client_SUITE.erl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@ groups() ->
220220

221221
init_per_suite(Config) ->
222222
{ok, _} = application:ensure_all_started(amqp10_client),
223+
% AMQP 1.0 had to be explicitly enabled until RabbitMQ 4.0
224+
% this can be removed once upgrade from 3.13 are not supported
225+
ok = rabbit_ct_broker_helpers:enable_plugin(Config, 1, rabbitmq_amqp1_0),
223226
rabbit_ct_helpers:log_environment(),
224227
rabbit_ct_helpers:merge_app_env(
225228
Config, {rabbit, [{quorum_tick_interval, 1000},

0 commit comments

Comments
 (0)