error-pages/test/hurl/404.hurl

8 lines
144 B
Plaintext
Raw Normal View History

GET http://{{ host }}:{{ port }}/not-found
HTTP/* 404
[Asserts]
header "Content-Type" contains "text/plain"
body contains "Wrong request URL"