Skip to content

Commit 1f7c6a0

Browse files
Add a test (assertion) for #10515
1 parent 2ca0648 commit 1f7c6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: deps/rabbitmq_management/test/rabbit_mgmt_http_SUITE.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1702,7 +1702,7 @@ definitions_test(Config) ->
17021702
hashing_algorithm => <<"rabbit_password_hashing_sha256">>,
17031703
tags => [<<"management">>]}),
17041704
defs(Config, vhosts, "/vhosts/myvhost", put,
1705-
#{name => <<"myvhost">>}),
1705+
#{name => <<"myvhost">>, default_queue_type => <<"quorum">>}),
17061706
defs(Config, permissions, "/permissions/%2F/guest", put,
17071707
#{user => <<"guest">>,
17081708
vhost => <<"/">>,

0 commit comments

Comments
 (0)