anwesen/tests/hurl/notes/get_one_no_frontmatter.hurl

9 lines
290 B
Text
Raw Normal View History

2026-05-14 19:04:03 +02:00
# A note without a frontmatter block still serves; frontmatter is {}.
GET {{host}}/notes/no-frontmatter.md
HTTP 200
[Asserts]
jsonpath "$.path" == "no-frontmatter.md"
jsonpath "$.frontmatter" exists
jsonpath "$.frontmatter.tags" not exists
jsonpath "$.body" contains "no frontmatter block"