hurl/integration/tests/error_assert_variable.hurl
2020-08-27 16:44:57 +02:00

12 lines
294 B
Plaintext

GET http://localhost:8000/error-assert-variable
HTTP/1.0 200
[Captures]
status: status
length: header "content-length"
type: header "content-type"
[Asserts]
variable "toto" equals "tata"
variable "status" equals {{unknown}}
variable "status" equals {{type}}
variable "status" equals {{length}}