Skip to content

Commit 9e5fdbf

Browse files
These are moved to rabbit_ct_broker_helpers
1 parent ca99a3e commit 9e5fdbf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/partitions_SUITE.erl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -363,12 +363,10 @@ partial_pause_if_all_down(Config) ->
363363
ok.
364364

365365
set_mode(Config, Mode) ->
366-
rabbit_ct_broker_helpers:rpc_all(Config,
367-
application, set_env, [rabbit, cluster_partition_handling, Mode]).
366+
rabbit_ct_broker_helpers:set_partition_handling_mode_globally(Config, Mode).
368367

369368
set_mode(Config, Nodes, Mode) ->
370-
rabbit_ct_broker_helpers:rpc(Config, Nodes,
371-
application, set_env, [rabbit, cluster_partition_handling, Mode]).
369+
rabbit_ct_broker_helpers:set_partition_handling_mode(Config, Nodes, Mode).
372370

373371
block_unblock(Pairs) ->
374372
block(Pairs),

0 commit comments

Comments
 (0)