anwesen/tests/hurl/query/prefix.hurl

7 lines
189 B
Text
Raw Normal View History

2026-05-14 19:04:03 +02:00
# __prefix: string prefix match on a scalar.
GET {{host}}/query?title__prefix=PDR-001
HTTP 200
[Asserts]
jsonpath "$.total" == 1
jsonpath "$.results[0].path" == "Projects/PDR-001-intro.md"