We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c386f94 commit 95c5ce3Copy full SHA for 95c5ce3
deps/rabbit/test/amqp_client_SUITE.erl
@@ -244,8 +244,9 @@ init_per_group(Group, Config) ->
244
rabbit_ct_client_helpers:setup_steps()),
245
% AMQP 1.0 had to be explicitly enabled until RabbitMQ 4.0
246
% this can be removed once upgrade from 3.13 are not supported
247
- [ ok = rabbit_ct_broker_helpers:enable_plugin(Config, N, rabbitmq_amqp1_0)
248
- || N <- lists:seq(1, Nodes)],
+ NodeConfigs = rabbit_ct_broker_helpers:get_node_configs(Config2, nodename),
+ [ ok = rabbit_ct_broker_helpers:enable_plugin(Config2, Node, rabbitmq_amqp1_0)
249
+ || Node <- NodeConfigs],
250
Config2.
251
252
end_per_group(_, Config) ->
0 commit comments