Skip to content

Commit b8d1177

Browse files
Fix password
1 parent ce65421 commit b8d1177

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deps/amqp10_client/test/ibmmq_ct_helpers.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ init_config(Config) ->
3131
rabbit_ct_helpers:set_config(Config, [ {rmq_nodes, [NodeConfig]},
3232
{rmq_hostname, "localhost"},
3333
{tcp_hostname_amqp, "localhost"},
34-
{sasl, {plain, <<"app">>, <<"passw10rd">>}} ]).
34+
{sasl, {plain, <<"app">>, <<"passw0rd">>}} ]).
3535

3636
start_ibmmq_server(Config) ->
3737
IBMmqCmd = filename:join([?config(data_dir, Config), "ibmmq_runner"]),

deps/amqp10_client/test/system_SUITE.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ groups() ->
3535
{activemq, [], shared()},
3636
{ibmmq, [], [
3737
open_close_connection,
38-
open_connection_plain_sasl_failure,
3938
basic_roundtrip_with_sender_and_receiver_capabilities,
4039
basic_roundtrip_with_non_binary_capability
4140
]},
@@ -364,7 +363,8 @@ basic_roundtrip_with_sender_and_receiver_capabilities(Config) ->
364363
{sender_capabilities, <<"queue">>},
365364
{receiver_capabilities, <<"queue">>},
366365
{message_annotations, #{}}
367-
], [creation_time]).
366+
], [creation_time]),
367+
timer:sleep(20000).
368368

369369
basic_roundtrip_with_non_binary_capability(Config) ->
370370
application:start(sasl),

0 commit comments

Comments
 (0)