From 883c1b2e59be7c96d0528faf34fa0306f7d969f9 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Wed, 27 Oct 2021 10:10:31 +0800 Subject: [PATCH] chore(gw): remove needless lines --- apps/emqx_gateway/test/emqx_gateway_conf_SUITE.erl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/emqx_gateway/test/emqx_gateway_conf_SUITE.erl b/apps/emqx_gateway/test/emqx_gateway_conf_SUITE.erl index 15dded923..810f56e76 100644 --- a/apps/emqx_gateway/test/emqx_gateway_conf_SUITE.erl +++ b/apps/emqx_gateway/test/emqx_gateway_conf_SUITE.erl @@ -400,10 +400,6 @@ t_load_gateway_with_certs_content(_) -> t_add_listener_with_certs_content(_) -> StompConf = ?CONF_STOMP_BAISC_1, - StompConf1 = compose_ssl_listener( - ?CONF_STOMP_BAISC_1, - ?CONF_STOMP_LISTENER_SSL - ), ok = emqx_gateway_conf:load_gateway(<<"stomp">>, StompConf), assert_confs(StompConf, emqx:get_raw_config([gateway, stomp])),