test(gw): eliminate side effect between tests

This commit is contained in:
JianBo He 2021-10-19 17:38:55 +08:00
parent 69df027ee9
commit 7c04dbc585
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ init_per_suite(Config) ->
Config.
end_per_suite(Config) ->
{ok, _} = emqx:remove_config([<<"gateway">>,<<"coap">>]),
emqx_mgmt_api_test_util:end_suite([emqx_gateway]),
Config.