summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2019-08-18 10:34:56 +1000
committerMichael Klishin <michael@clojurewerkz.org>2019-08-18 10:34:56 +1000
commit397fd4f5df2658563ff5e210403142932093ffc5 (patch)
tree5fdb6202e84836856c60d6e9966ebc46d9b3c656
parent5a8d5233703b2c5503df9ebcb6d3e54bf97dd952 (diff)
downloadrabbitmq-server-git-397fd4f5df2658563ff5e210403142932093ffc5.tar.gz
channel_source suite: remove an assertion that relies on unobfuscated passwordv3.8.0-beta.7
in connection parameters. It doesn't seem to matter in the test at hand anyway. References rabbitmq/rabbitmq-erlang-client#123.
-rw-r--r--test/channel_source_SUITE.erl3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/channel_source_SUITE.erl b/test/channel_source_SUITE.erl
index 8ee865925d..3247ffa997 100644
--- a/test/channel_source_SUITE.erl
+++ b/test/channel_source_SUITE.erl
@@ -103,9 +103,6 @@ network_arbitrary_channel_source1(Config) ->
rabbit_ct_broker_helpers:user(<<"guest">>), <<"/">>, [],
Collector, Limiter),
_ = rabbit_channel:source(Ch, ?MODULE),
- [{amqp_params, #amqp_params_network{username = <<"guest">>,
- password = <<"guest">>, host = "localhost", virtual_host = <<"/">>}}] =
- rabbit_amqp_connection:amqp_params(Conn, 1000),
[{source, ?MODULE}] = rabbit_channel:info(Ch, [source]),
[exit(P, normal) || P <- [Writer, Limiter, Collector, Ch]],
amqp_connection:close(Conn),