diff options
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} ]}], []}, |
