Skip to content

Commit 2c8e68e

Browse files
Sync with upstream
2 parents 301f705 + c7416a0 commit 2c8e68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/crashing_queues_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ queue_pid(Node, QName) ->
223223
case State of
224224
crashed ->
225225
case rabbit_amqqueue_sup_sup:find_for_vhost(VHost, Node) of
226-
{error, {queue_supervisor_not_found, Result}} -> {error, no_sup};
226+
{error, {queue_supervisor_not_found, _}} -> {error, no_sup};
227227
{ok, SPid} ->
228228
case sup_child(Node, SPid) of
229229
{ok, _} -> QPid; %% restarting

0 commit comments

Comments
 (0)