test(mgmt): ensure application loaded
This commit is contained in:
parent
c5a6b47390
commit
dbacfb2bb4
|
@ -47,6 +47,7 @@ groups() ->
|
||||||
]}].
|
]}].
|
||||||
|
|
||||||
init_per_suite(Config) ->
|
init_per_suite(Config) ->
|
||||||
|
application:load(emqx_plugin_libs),
|
||||||
emqx_ct_helpers:start_apps( [emqx_modules, emqx_management, emqx_auth_mnesia]
|
emqx_ct_helpers:start_apps( [emqx_modules, emqx_management, emqx_auth_mnesia]
|
||||||
, fun set_special_configs/1
|
, fun set_special_configs/1
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue