test(gw): clean up exproto confs

This commit is contained in:
JianBo He 2022-05-30 11:46:55 +08:00
parent 4bc58548aa
commit 13fb973018
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ init_per_group(GrpName, Cfg) ->
[{servers, Svrs}, {listener_type, GrpName} | Cfg]. [{servers, Svrs}, {listener_type, GrpName} | Cfg].
end_per_group(_, Cfg) -> end_per_group(_, Cfg) ->
{ok, _} = emqx:remove_config([gateway, exproto]), emqx_config:erase(gateway),
emqx_common_test_helpers:stop_apps([emqx_gateway]), emqx_common_test_helpers:stop_apps([emqx_gateway]),
emqx_exproto_echo_svr:stop(proplists:get_value(servers, Cfg)). emqx_exproto_echo_svr:stop(proplists:get_value(servers, Cfg)).