fix(test): update testcases for emqx_gateway
This commit is contained in:
parent
f68b8c4097
commit
d047f820e5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue