Merge pull request #2906 from emqx/develop

Fix test cases
This commit is contained in:
turtleDeng 2019-09-16 20:32:21 +08:00 committed by GitHub
commit 0174e2774c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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