test: clear mqtt_admin table after bootstrap test suite

This commit is contained in:
Zaiming (Stone) Shi 2022-11-02 20:08:38 +01:00
parent 16a306f6f8
commit 7d3c7e1cc3
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ init_per_suite(Config) ->
Config.
end_per_suite(_) ->
ok = application:unset_env(emqx_management, bootstrap_apps_file),
_ = mnesia:clear_table(mqtt_app),
emqx_ct_helpers:stop_apps([]),
ok.