chore(gw): remove needless lines

This commit is contained in:
JianBo He 2021-10-27 10:10:31 +08:00 committed by JianBo He
parent cf1d98adc6
commit 883c1b2e59
1 changed files with 0 additions and 4 deletions

View File

@ -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])),