hurl/integration/tests_failed/assert_variable.hurl
2022-11-11 14:25:00 +01:00

12 lines
290 B
Plaintext

GET http://localhost:8000/error-assert-variable
HTTP 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}}