diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2020-06-03 20:36:17 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2020-06-03 20:36:17 +0300 |
| commit | 06b35575c88d8653bf6ca981699503c6897bb2fa (patch) | |
| tree | 1af4f311242d28c0644e203724d6074e893b00aa /test | |
| parent | c8b4adacffeedde5dbf5d2c86a5e20ddb145103a (diff) | |
| download | rabbitmq-server-git-06b35575c88d8653bf6ca981699503c6897bb2fa.tar.gz | |
Message store settings we already have use the "msg_store" prefix
Diffstat (limited to 'test')
| -rw-r--r-- | test/config_schema_SUITE_data/rabbit.snippets | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/config_schema_SUITE_data/rabbit.snippets b/test/config_schema_SUITE_data/rabbit.snippets index 4923195a25..c4ec5f12b9 100644 --- a/test/config_schema_SUITE_data/rabbit.snippets +++ b/test/config_schema_SUITE_data/rabbit.snippets @@ -602,10 +602,10 @@ credential_validator.regexp = ^abc\\d+", ]}], []}, - {rabbit_message_store_shutdown_timeout, + {rabbit_msg_store_shutdown_timeout, "message_store_shutdown_timeout = 600000", [{rabbit, [ - {message_store_shutdown_timeout, 600000} + {msg_store_shutdown_timeout, 600000} ]}], []}, |
