hurl/integration/tests_ok/capture_and_assert.hurl

9 lines
157 B
Plaintext
Raw Normal View History

2020-08-27 10:07:46 +03:00
GET http://localhost:8000/capture-and-assert
2022-11-11 16:25:00 +03:00
HTTP 200
2020-08-27 10:07:46 +03:00
[Captures]
content_type: header "content-type"
[Asserts]
header "content-type" == "{{content_type}}"
2020-08-27 10:07:46 +03:00