test(authz): authnz acl query string use placehodler
This commit is contained in:
parent
6affb5aca1
commit
fa25991c5c
|
@ -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">>
|
||||||
|
|
Loading…
Reference in New Issue