anwesen/tests/hurl/query/anw_limit.hurl

8 lines
230 B
Text
Raw Normal View History

2026-05-14 19:04:03 +02:00
# __anw-limit caps results; total still reflects the full match count.
GET {{host}}/query?__anw-limit=1&__anw-path=Projects
HTTP 200
[Asserts]
jsonpath "$.results" count == 1
jsonpath "$.total" == 4
jsonpath "$.truncated" == true