ANW-20 hurl HTTP contract-test harness
This commit is contained in:
parent
ec650e6c66
commit
b4a33abd71
50 changed files with 415 additions and 2 deletions
6
tests/hurl/query/comma_escape.hurl
Normal file
6
tests/hurl/query/comma_escape.hurl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# A literal comma inside an __in value goes in percent-encoded as %2C.
|
||||
# Smoke: confirm the request shape is accepted (no match is fine).
|
||||
GET {{host}}/query?title__in=PDR-001%2CIntro
|
||||
HTTP 200
|
||||
[Asserts]
|
||||
jsonpath "$.total" == 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue