fix(test): stop apps at the end of the emqx_bpapi_SUITE
This commit is contained in:
parent
4bc58548aa
commit
004a784952
|
@ -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) ->
|
||||
|
|
Loading…
Reference in New Issue