Fix testcases for new object field protocol

This commit is contained in:
terry-xiaoyu 2019-09-21 13:50:18 +08:00
parent eb0826ef3f
commit 18b401d5fc
1 changed files with 1 additions and 0 deletions

View File

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