mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 20:12:09 +03:00
10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
# Test body response with file assertion.
|
|
# We receive the body "Hello" and not "Hello World!"
|
|
|
|
|
|
|
|
GET http://localhost:8000/error-assert-file
|
|
HTTP/1.0 200
|
|
file,data.txt;
|
|
|