Skip to content

Commit bc1a124

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. (cherry picked from commit 397fd4f)
1 parent 2a891a0 commit bc1a124

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
@@ -102,9 +102,6 @@ network_arbitrary_channel_source1(Config) ->
102102
rabbit_ct_broker_helpers:user(<<"guest">>), <<"/">>, [],
103103
Collector, Limiter),
104104
_ = rabbit_channel:source(Ch, ?MODULE),
105-
[{amqp_params, #amqp_params_network{username = <<"guest">>,
106-
password = <<"guest">>, host = "localhost", virtual_host = <<"/">>}}] =
107-
rabbit_amqp_connection:amqp_params(Conn, 1000),
108105
[{source, ?MODULE}] = rabbit_channel:info(Ch, [source]),
109106
[exit(P, normal) || P <- [Writer, Limiter, Collector, Ch]],
110107
amqp_connection:close(Conn),

0 commit comments

Comments
 (0)