Skip to content

Commit 407a349

Browse files
Minor naming improvement
While "Removee" is clear and to the point, some may conclude that it is a typo (supposed to be "Remove").
1 parent 503cc9f commit 407a349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/dynamic_ha_SUITE.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,6 @@ apply_policy(Config, N, {exactly, Exactly}) ->
569569
Config, N, ?POLICY, {<<"exactly">>, Exactly},
570570
[{<<"ha-sync-mode">>, <<"automatic">>}]).
571571

572-
forget_cluster_node(Config, Node, Removee) ->
572+
forget_cluster_node(Config, Node, NodeToRemove) ->
573573
rabbit_ct_broker_helpers:rabbitmqctl(
574-
Config, Node, ["forget_cluster_node", "--offline", Removee]).
574+
Config, Node, ["forget_cluster_node", "--offline", NodeToRemove]).

0 commit comments

Comments
 (0)