test: ensure rule engine resource providers are loaded

This commit is contained in:
Zaiming (Stone) Shi 2022-11-02 19:17:53 +01:00
parent a779a58ff9
commit 16a306f6f8
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ init_per_suite(Cfg) ->
emqx_dashboard_admin:mnesia(boot),
emqx_ct_helpers:start_apps([emqx_rule_engine, emqx_management]),
application:ensure_all_started(emqx_dashboard),
ok = emqx_rule_engine:load_providers(),
Cfg.
end_per_suite(Cfg) ->