test(gw): eliminate side effect between tests
This commit is contained in:
parent
69df027ee9
commit
7c04dbc585
|
@ -57,6 +57,7 @@ init_per_suite(Config) ->
|
||||||
Config.
|
Config.
|
||||||
|
|
||||||
end_per_suite(Config) ->
|
end_per_suite(Config) ->
|
||||||
|
{ok, _} = emqx:remove_config([<<"gateway">>,<<"coap">>]),
|
||||||
emqx_mgmt_api_test_util:end_suite([emqx_gateway]),
|
emqx_mgmt_api_test_util:end_suite([emqx_gateway]),
|
||||||
Config.
|
Config.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue