Skip to content

Commit 397fd4f

Browse files
channel_source suite: remove an assertion that relies on unobfuscated password
in connection parameters. It doesn't seem to matter in the test at hand anyway. References rabbitmq/rabbitmq-erlang-client#123.
1 parent 5a8d523 commit 397fd4f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/channel_source_SUITE.erl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ network_arbitrary_channel_source1(Config) ->
103103
rabbit_ct_broker_helpers:user(<<"guest">>), <<"/">>, [],
104104
Collector, Limiter),
105105
_ = rabbit_channel:source(Ch, ?MODULE),
106-
[{amqp_params, #amqp_params_network{username = <<"guest">>,
107-
password = <<"guest">>, host = "localhost", virtual_host = <<"/">>}}] =
108-
rabbit_amqp_connection:amqp_params(Conn, 1000),
109106
[{source, ?MODULE}] = rabbit_channel:info(Ch, [source]),
110107
[exit(P, normal) || P <- [Writer, Limiter, Collector, Ch]],
111108
amqp_connection:close(Conn),

0 commit comments

Comments
 (0)