test(bridge_mqtt): Stop snabbkaffe servers

This commit is contained in:
ieQu1 2024-02-16 12:11:45 +01:00
parent 497f631b7c
commit 59e4db98f7
No known key found for this signature in database
GPG Key ID: 488654DF3FED6FDE
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
%%-------------------------------------------------------------------- %%--------------------------------------------------------------------
%% Copyright (c) 2023 EMQ Technologies Co., Ltd. All Rights Reserved. %% Copyright (c) 2023-2024 EMQ Technologies Co., Ltd. All Rights Reserved.
%% %%
%% Licensed under the Apache License, Version 2.0 (the "License"); %% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License. %% you may not use this file except in compliance with the License.
@ -77,6 +77,7 @@ init_per_testcase(TestCase, Config) ->
]. ].
end_per_testcase(_TestCase, _Config) -> end_per_testcase(_TestCase, _Config) ->
snabbkaffe:stop(),
emqx_common_test_helpers:call_janitor(), emqx_common_test_helpers:call_janitor(),
emqx_bridge_v2_testlib:delete_all_bridges_and_connectors(), emqx_bridge_v2_testlib:delete_all_bridges_and_connectors(),
ok. ok.