fix(scheme): update test case

This commit is contained in:
zhouzb 2021-01-27 19:03:33 +08:00 committed by Zaiming Shi
parent 45aafc75dd
commit 92d307b1b3
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ set_special_configs(emqx, _Schmea, _Inet) ->
set_special_configs(emqx_auth_http, Schema, Inet) ->
ServerAddr = http_server(Schema, Inet),
AuthReq = #{method => post,
AuthReq = #{method => get,
url => ServerAddr ++ "/mqtt/auth",
headers => [{"content-type", "application/json"}],
params => [{"clientid", "%c"}, {"username", "%u"}, {"password", "%P"}]},