Преглед на файлове

chore(gw): remove needless lines

JianBo He преди 4 години
родител
ревизия
883c1b2e59
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      apps/emqx_gateway/test/emqx_gateway_conf_SUITE.erl

+ 0 - 4
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(_) ->
 t_add_listener_with_certs_content(_) ->
     StompConf = ?CONF_STOMP_BAISC_1,
     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),
     ok = emqx_gateway_conf:load_gateway(<<"stomp">>, StompConf),
     assert_confs(StompConf, emqx:get_raw_config([gateway, stomp])),
     assert_confs(StompConf, emqx:get_raw_config([gateway, stomp])),