Fix emqx_cm_SUITE failed

This commit is contained in:
JianBo He 2019-09-21 16:22:33 +08:00
parent 18b401d5fc
commit 26e1d3bcef
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
all() -> emqx_ct:all(?MODULE).
init_per_suite(Config) ->
emqx_ct_helpers:boot_modules(all),
emqx_ct_helpers:start_apps([]),
Config.