Skip to content

Commit 173b0b0

Browse files
committed
Add forgotten expect
1 parent 9acabdb commit 173b0b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps/rabbit/test/config_schema_SUITE_data/rabbit.snippets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ ssl_options.fail_if_no_peer_cert = true",
207207
208208
",
209209
[{rabbit, [{default_policies, [{operator, [
210-
{<<"a">>, [{<<"expires">>, 3600000},
210+
{<<"a">>, [{<<"apply_to">>,<<"quorum_queues">>},
211+
{<<"expires">>, 3600000},
211212
{<<"ha_mode">>, <<"exactly">>},
212213
{<<"ha_params">>, 2},
213214
{<<"ha_sync_mode">>, <<"automatic">>},

0 commit comments

Comments
 (0)