summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/vhost_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vhost_SUITE.erl b/test/vhost_SUITE.erl
index a519d01af5..c27f79d757 100644
--- a/test/vhost_SUITE.erl
+++ b/test/vhost_SUITE.erl
@@ -280,7 +280,7 @@ force_vhost_failure(Config, Node, VHost, Attempts) ->
get_message_store_pid(Config, VHost) ->
{ok, VHostSup} = rabbit_ct_broker_helpers:rpc(Config, 0,
- rabbit_vhost_sup_sup, vhost_sup, [VHost]),
+ rabbit_vhost_sup_sup, get_vhost_sup, [VHost]),
Children = rabbit_ct_broker_helpers:rpc(Config, 0,
supervisor, which_children,
[VHostSup]),