error-pages/test/hurl/code_502_default.hurl

11 lines
272 B
Plaintext
Raw Normal View History

GET http://{{ host }}:{{ port }}/502.html
HTTP/* 200
[Asserts]
header "Content-Type" contains "text/html"
header "X-Robots-Tag" == "noindex"
body contains "502"
body contains "Bad Gateway"
body contains "The server received an invalid response from the upstream server"