Skip to content

Commit 01ccda4

Browse files
committed
Tests: amqpl_consumer_ack use unmanaged connection
1 parent f270466 commit 01ccda4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps/rabbit/test/amqpl_consumer_ack_SUITE.erl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ requeue_one_channel_quorum_queue(Config) ->
7979
requeue_one_channel(QType, Config) ->
8080
QName = atom_to_binary(?FUNCTION_NAME),
8181
Ctag = <<"my consumer tag">>,
82-
Ch = rabbit_ct_client_helpers:open_channel(Config),
82+
Conn = rabbit_ct_client_helpers:open_unmanaged_connection(Config, 0),
83+
{ok, Ch} = amqp_connection:open_channel(Conn),
8384

8485
#'queue.declare_ok'{} = amqp_channel:call(
8586
Ch,

0 commit comments

Comments
 (0)