Skip to content

Commit

Permalink
Adapt a rabbit_mgmt_http_SUITE test to account for DQT
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 26, 2024
1 parent 51e6004 commit 765f3d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deps/rabbitmq_management/test/rabbit_mgmt_http_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,8 @@ vhosts_description_test(Config) ->
Expected = #{name => <<"myvhost">>,
metadata => #{
description => <<"vhost description">>,
%% this is an injected DQT
default_queue_type => <<"classic">>,
tags => [<<"tag1">>, <<"tag2">>]
}},
assert_item(Expected, http_get(Config, "/vhosts/myvhost")),
Expand Down

0 comments on commit 765f3d7

Please sign in to comment.