anwesen/tests/hurl/query/not.hurl

7 lines
228 B
Text
Raw Normal View History

2026-05-14 19:04:03 +02:00
# __not: negation on a scalar.
GET {{host}}/query?status__not=draft&kind__exists=false
HTTP 200
[Asserts]
jsonpath "$.results[*].path" contains "Projects/anwesen.md"
jsonpath "$.results[*].path" not contains "Projects/alpha.md"