hurl/integration/tests_ok/capture_and_assert.hurl
2022-04-01 14:43:11 +02:00

9 lines
161 B
Plaintext

GET http://localhost:8000/capture-and-assert
HTTP/1.0 200
[Captures]
content_type: header "content-type"
[Asserts]
header "content-type" == "{{content_type}}"