Skip to content

Commit 765f3d7

Browse files
Adapt a rabbit_mgmt_http_SUITE test to account for DQT
1 parent 51e6004 commit 765f3d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deps/rabbitmq_management/test/rabbit_mgmt_http_SUITE.erl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,8 @@ vhosts_description_test(Config) ->
548548
Expected = #{name => <<"myvhost">>,
549549
metadata => #{
550550
description => <<"vhost description">>,
551+
%% this is an injected DQT
552+
default_queue_type => <<"classic">>,
551553
tags => [<<"tag1">>, <<"tag2">>]
552554
}},
553555
assert_item(Expected, http_get(Config, "/vhosts/myvhost")),

0 commit comments

Comments
 (0)