From e56cbd8a30b9a78c6c535045c34035d07ac00825 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Thu, 14 Oct 2021 08:34:16 +0800 Subject: [PATCH] chore(gw): refine test case --- apps/emqx_gateway/test/emqx_exproto_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_gateway/test/emqx_exproto_SUITE.erl b/apps/emqx_gateway/test/emqx_exproto_SUITE.erl index fc07fb720..280699cef 100644 --- a/apps/emqx_gateway/test/emqx_exproto_SUITE.erl +++ b/apps/emqx_gateway/test/emqx_exproto_SUITE.erl @@ -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) ->