diff options
| author | Ayanda-D <ayanda.dube@erlang-solutions.com> | 2020-06-08 11:25:44 +0100 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2020-08-24 20:14:29 +0300 |
| commit | d02ca30ae10f76be51fa24848d8a71b300288d2e (patch) | |
| tree | 35d99d02abedf9d6434cd00d7a4c1e811390995c /test | |
| parent | 321f55e2b2e7447ee467a13668a6d96836962fd0 (diff) | |
| download | rabbitmq-server-git-d02ca30ae10f76be51fa24848d8a71b300288d2e.tar.gz | |
Use count_tracked_items_in
Diffstat (limited to 'test')
| -rw-r--r-- | test/per_vhost_connection_limit_partitions_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/per_vhost_connection_limit_partitions_SUITE.erl b/test/per_vhost_connection_limit_partitions_SUITE.erl index aa190d1f7a..5d8eca6d48 100644 --- a/test/per_vhost_connection_limit_partitions_SUITE.erl +++ b/test/per_vhost_connection_limit_partitions_SUITE.erl @@ -140,7 +140,7 @@ count_connections_in(Config, VHost) -> count_connections_in(Config, VHost, NodeIndex) -> rabbit_ct_broker_helpers:rpc(Config, NodeIndex, rabbit_connection_tracking, - count_tracked_items, [{vhost, VHost}]). + count_tracked_items_in, [{vhost, VHost}]). connections_in(Config, VHost) -> connections_in(Config, 0, VHost). |
