diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2017-06-02 13:18:56 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2017-06-02 13:18:56 +0300 |
| commit | 2c8e68ee58592435621552b44876554e0daba55a (patch) | |
| tree | ab9c0a13384e95d58d0825c1dff87de0df8c321d /test | |
| parent | 301f70512020e7321cfb6b96aac25cf75e785d8e (diff) | |
| parent | c7416a0c8d49a2f8f33221e01364106a6ea9ac98 (diff) | |
| download | rabbitmq-server-git-2c8e68ee58592435621552b44876554e0daba55a.tar.gz | |
Sync with upstream
Diffstat (limited to 'test')
| -rw-r--r-- | test/crashing_queues_SUITE.erl | 2 |
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 |
