From 18b401d5fc8bf99f0ed0edee48162611fa3dbf0d Mon Sep 17 00:00:00 2001 From: terry-xiaoyu <506895667@qq.com> Date: Sat, 21 Sep 2019 13:50:18 +0800 Subject: [PATCH] Fix testcases for new object field protocol --- test/emqx_channel_SUITE.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/emqx_channel_SUITE.erl b/test/emqx_channel_SUITE.erl index 309ac648a..fdd7c1b56 100644 --- a/test/emqx_channel_SUITE.erl +++ b/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,