Skip to content

Commit aeaf5b7

Browse files
committed
exchange_SUITE
1 parent 233aaa2 commit aeaf5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_federation/test/exchange_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ child_id_format(Config) ->
660660
%%
661661
%% After that, the supervisors run on the new code.
662662
Config2 = rabbit_ct_broker_helpers:cluster_nodes(
663-
Config1, [OldNodeA, NewNodeB, NewNodeD]),
663+
Config1, OldNodeA, [NewNodeB, NewNodeD]),
664664
ok = rabbit_ct_broker_helpers:stop_broker(Config2, OldNodeA),
665665
ok = rabbit_ct_broker_helpers:reset_node(Config1, OldNodeA),
666666
ok = rabbit_ct_broker_helpers:stop_broker(Config2, OldNodeC),

0 commit comments

Comments
 (0)