diff options
| author | kjnilsson <knilsson@pivotal.io> | 2020-07-22 15:24:03 +0100 |
|---|---|---|
| committer | kjnilsson <knilsson@pivotal.io> | 2020-09-07 09:42:11 +0100 |
| commit | 727a86ce6f94a27f1bd4d128a5512a90fc071a4c (patch) | |
| tree | fa9589f255cf475e5b2ed511926d6512e399ca53 /test | |
| parent | 15c4f8288c6c05234f3997f3f70fcc9d4472d97d (diff) | |
| download | rabbitmq-server-git-727a86ce6f94a27f1bd4d128a5512a90fc071a4c.tar.gz | |
Don't assert on message count
As depending on which is the current leader this may or may not be
returned.
Diffstat (limited to 'test')
| -rw-r--r-- | test/dynamic_qq_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dynamic_qq_SUITE.erl b/test/dynamic_qq_SUITE.erl index f12574e6cb..9a8f2110d6 100644 --- a/test/dynamic_qq_SUITE.erl +++ b/test/dynamic_qq_SUITE.erl @@ -155,7 +155,7 @@ takeover_on(Config, Fun) -> ok = rabbit_ct_broker_helpers:Fun(Config, A), BCh = rabbit_ct_client_helpers:open_channel(Config, B), - #'queue.declare_ok'{message_count = 0} = + #'queue.declare_ok'{} = amqp_channel:call( BCh, #'queue.declare'{queue = QName, arguments = Args, |
