test: ensure all modules are loaded for takeover_SUITE

This commit is contained in:
Zaiming (Stone) Shi 2022-11-03 20:33:00 +01:00
parent a73eb29196
commit c2bc6b56ec
1 changed files with 1 additions and 0 deletions

View File

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