test: ensure clean config for retainer test

This commit is contained in:
Zaiming (Stone) Shi 2022-01-25 10:42:19 +01:00
parent bf7ac80a83
commit 2a01c7a077
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ retainer {
all() -> emqx_common_test_helpers:all(?MODULE). all() -> emqx_common_test_helpers:all(?MODULE).
init_per_suite(Config) -> init_per_suite(Config) ->
ok = emqx_config:init_load(emqx_retainer_schema, ?BASE_CONF), ok = emqx_common_test_helpers:load_config(emqx_retainer_schema, ?BASE_CONF),
%% Meck emqtt %% Meck emqtt
ok = meck:new(emqtt, [non_strict, passthrough, no_history, no_link]), ok = meck:new(emqtt, [non_strict, passthrough, no_history, no_link]),
%% Start Apps %% Start Apps