Skip to content

Commit f38caab

Browse files
committed
rolling_upgrade_SUITE
1 parent ecde1e1 commit f38caab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_shovel/test/rolling_upgrade_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ child_id_format(Config) ->
221221
%% After that, the supervisors run on the new code.
222222
ct:pal("Clustering nodes ~s and ~s", [OldNode, NewNode]),
223223
Config1 = rabbit_ct_broker_helpers:cluster_nodes(
224-
Config, [OldNode, NewNode]),
224+
Config, OldNode, [NewNode]),
225225
ok = rabbit_ct_broker_helpers:stop_broker(Config1, OldNode),
226226
ok = rabbit_ct_broker_helpers:reset_node(Config1, OldNode),
227227

0 commit comments

Comments
 (0)