test(authz): authnz acl query string use placehodler

This commit is contained in:
JimMoen 2021-12-30 23:34:48 +08:00
parent 6affb5aca1
commit fa25991c5c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
-define(SOURCE1, #{<<"type">> => <<"http">>, -define(SOURCE1, #{<<"type">> => <<"http">>,
<<"enable">> => true, <<"enable">> => true,
<<"url">> => <<"https://fake.com:443/">>, <<"url">> => <<"https://fake.com:443/acl?username=", ?PH_USERNAME/binary>>,
<<"headers">> => #{}, <<"headers">> => #{},
<<"method">> => <<"get">>, <<"method">> => <<"get">>,
<<"request_timeout">> => <<"5s">> <<"request_timeout">> => <<"5s">>