test: clear mqtt_admin table after bootstrap test suite
This commit is contained in:
parent
16a306f6f8
commit
7d3c7e1cc3
|
@ -41,6 +41,8 @@ init_per_suite(Config) ->
|
||||||
Config.
|
Config.
|
||||||
|
|
||||||
end_per_suite(_) ->
|
end_per_suite(_) ->
|
||||||
|
ok = application:unset_env(emqx_management, bootstrap_apps_file),
|
||||||
|
_ = mnesia:clear_table(mqtt_app),
|
||||||
emqx_ct_helpers:stop_apps([]),
|
emqx_ct_helpers:stop_apps([]),
|
||||||
ok.
|
ok.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue