mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-30 19:17:11 +03:00
10 lines
172 B
Plaintext
10 lines
172 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,hello.txt;
|
|
|