anwesen/tests/hurl/query/range_dates.hurl

7 lines
190 B
Text
Raw Permalink Normal View History

2026-05-14 19:04:03 +02:00
# __gte / __lte against ISO-8601 dates.
GET {{host}}/query?date__gte=2026-02-01&date__lte=2026-04-01
HTTP 200
[Asserts]
jsonpath "$.total" == 1
jsonpath "$.results[0].path" == "events/b.md"