fix(test): update testcases for emqx_gateway

This commit is contained in:
Shawn 2021-07-17 13:19:45 +08:00
parent f68b8c4097
commit d047f820e5
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@
| {error, any()}.
authenticate(_Ctx = #{auth := ChainId}, ClientInfo0) ->
ClientInfo = ClientInfo0#{
zone => undefined,
zone => default,
listener => mqtt_tcp,
chain_id => ChainId
},
case emqx_access_control:authenticate(ClientInfo) of