Przeglądaj źródła

Fix testcases for new object field protocol

terry-xiaoyu 6 lat temu
rodzic
commit
18b401d5fc
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      test/emqx_channel_SUITE.erl

+ 1 - 0
test/emqx_channel_SUITE.erl

@@ -281,6 +281,7 @@ t_terminate(_) ->
 with_channel(TestFun) ->
     ConnInfo = #{peername => {{127,0,0,1}, 3456},
                  sockname => {{127,0,0,1}, 1883},
+                 protocol => mqtt,
                  conn_mod => emqx_connection,
                  proto_name => <<"MQTT">>,
                  proto_ver => ?MQTT_PROTO_V5,