chore(gw): refine test case

This commit is contained in:
JianBo He 2021-10-14 08:34:16 +08:00
parent 49adf2f7d2
commit e56cbd8a30
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ set_special_cfg(emqx_gateway) ->
emqx_config:put(
[gateway, exproto],
#{server => #{bind => 9100},
handler => #{address => "http://127.0.0.1:9001"},
handler => #{address => "127.0.0.1:9001"},
listeners => listener_confs(LisType)
});
set_special_cfg(_App) ->