chore(gw): refine test case
This commit is contained in:
parent
49adf2f7d2
commit
e56cbd8a30
|
|
@ -68,7 +68,7 @@ set_special_cfg(emqx_gateway) ->
|
||||||
emqx_config:put(
|
emqx_config:put(
|
||||||
[gateway, exproto],
|
[gateway, exproto],
|
||||||
#{server => #{bind => 9100},
|
#{server => #{bind => 9100},
|
||||||
handler => #{address => "http://127.0.0.1:9001"},
|
handler => #{address => "127.0.0.1:9001"},
|
||||||
listeners => listener_confs(LisType)
|
listeners => listener_confs(LisType)
|
||||||
});
|
});
|
||||||
set_special_cfg(_App) ->
|
set_special_cfg(_App) ->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue