summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/crashing_queues_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/crashing_queues_SUITE.erl b/test/crashing_queues_SUITE.erl
index 6e78c1579f..fa0a695173 100644
--- a/test/crashing_queues_SUITE.erl
+++ b/test/crashing_queues_SUITE.erl
@@ -223,7 +223,7 @@ queue_pid(Node, QName) ->
case State of
crashed ->
case rabbit_amqqueue_sup_sup:find_for_vhost(VHost, Node) of
- {error, {queue_supervisor_not_found, Result}} -> {error, no_sup};
+ {error, {queue_supervisor_not_found, _}} -> {error, no_sup};
{ok, SPid} ->
case sup_child(Node, SPid) of
{ok, _} -> QPid; %% restarting