Skip to content

Commit

Permalink
This assertion does not belong to this leader-locator test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Oct 3, 2024
1 parent 0b2d4d7 commit 232798c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deps/rabbit/test/classic_queue_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ leader_locator_client_local(Config) ->
{<<"x-queue-leader-locator">>, longstr, <<"client-local">>}])),
{ok, Leader0} = rabbit_ct_broker_helpers:rpc(Config, Server, rabbit_amqqueue, lookup, [rabbit_misc:r(<<"/">>, queue, Q)]),
Leader = amqqueue:qnode(Leader0),
?assertEqual([{leader, Leader}, {members, [Leader]}],
rabbit_ct_broker_helpers:rpc(Config, Server, rabbit_amqqueue, info, [Leader0, [leader, members]])),
?assertEqual(Server, Leader),
?assertMatch(#'queue.delete_ok'{},
amqp_channel:call(Ch, #'queue.delete'{queue = Q}))
Expand Down

0 comments on commit 232798c

Please sign in to comment.