fix(test): stop apps at the end of the emqx_bpapi_SUITE

This commit is contained in:
Shawn 2022-05-30 11:17:43 +08:00
parent 4bc58548aa
commit 004a784952
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ end_per_suite(_Config) ->
meck:unload(),
[mnesia:dirty_delete({?TAB, Key}) || #?TAB{key = Key} <- fake_records()],
emqx_bpapi:announce(emqx),
emqx_common_test_helpers:stop_apps([emqx]),
ok.
t_max_supported_version(_Config) ->