hurl/integration/tests/error_assert_variable.hurl

12 lines
294 B
Plaintext
Raw Normal View History

2020-08-27 10:07:46 +03:00
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}}