Skip to content

Commit

Permalink
Add a test (assertion) for #10515
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Feb 12, 2024
1 parent 2ca0648 commit 1f7c6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbitmq_management/test/rabbit_mgmt_http_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,7 @@ definitions_test(Config) ->
hashing_algorithm => <<"rabbit_password_hashing_sha256">>,
tags => [<<"management">>]}),
defs(Config, vhosts, "/vhosts/myvhost", put,
#{name => <<"myvhost">>}),
#{name => <<"myvhost">>, default_queue_type => <<"quorum">>}),
defs(Config, permissions, "/permissions/%2F/guest", put,
#{user => <<"guest">>,
vhost => <<"/">>,
Expand Down

0 comments on commit 1f7c6a0

Please sign in to comment.