summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2017-05-19 11:44:04 +0200
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2017-06-02 09:42:36 +0200
commitc7416a0c8d49a2f8f33221e01364106a6ea9ac98 (patch)
treeab9c0a13384e95d58d0825c1dff87de0df8c321d /test
parentcf580219a59f1baae8ce1ba1ea3268fe0a207c55 (diff)
downloadrabbitmq-server-git-c7416a0c8d49a2f8f33221e01364106a6ea9ac98.tar.gz
crashing_queues_SUITE: Remove an unused variable
Diffstat (limited to 'test')
-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