error-pages/test/hurl/404.hurl
2022-01-27 17:29:49 +05:00

8 lines
144 B
Plaintext

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