anwesen/tests/hurl/query/anw_path_segment_boundary.hurl

9 lines
356 B
Text
Raw Normal View History

2026-05-14 19:04:03 +02:00
# __anw-path=Projects must NOT match Projects-old/legacy.md -- segment-
# boundary anchoring per the ANW-22 fix.
GET {{host}}/query?__anw-path=Projects
HTTP 200
[Asserts]
jsonpath "$.results[*].path" contains "Projects/anwesen.md"
jsonpath "$.results[*].path" contains "Projects/alpha.md"
jsonpath "$.results[*].path" not contains "Projects-old/legacy.md"