Skip to content

Commit 4ee79b9

Browse files
Compile
1 parent 89bf313 commit 4ee79b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dynamic_ha_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ slave_recovers_after_vhost_down_and_master_migrated(Config) ->
479479
case rabbit_ct_broker_helpers:rpc(Config, A, rabbit_vhost_sup_sup, start_vhost, [<<"/">>]) of
480480
{ok, _Sup} -> ok;
481481
{error,{already_started, _Sup}} -> ok
482-
end
482+
end,
483483
timer:sleep(500),
484484
assert_slaves(B, QName, {B, [A]}, [{B, []}]).
485485

0 commit comments

Comments
 (0)