anwesen/tests/hurl/query/exists_true.hurl

8 lines
262 B
Text
Raw Permalink Normal View History

2026-05-14 19:04:03 +02:00
# __exists=true: matches every note that defines the key.
GET {{host}}/query?deprecated__exists=true
HTTP 200
[Asserts]
jsonpath "$.total" == 2
jsonpath "$.results[*].path" contains "Projects/anwesen.md"
jsonpath "$.results[*].path" contains "Projects/alpha.md"