mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-19 00:22:10 +03:00
27 lines
594 B
JSON
27 lines
594 B
JSON
{
|
|
"filename": "tests_failed/assert_status.hurl",
|
|
"entries": [
|
|
{
|
|
"request": {
|
|
"method": "GET",
|
|
"url": "http://localhost:8000/not_found"
|
|
},
|
|
"response": {
|
|
"httpVersion": "HTTP/1.0",
|
|
"status": 404
|
|
},
|
|
"asserts": [
|
|
{
|
|
"success": true,
|
|
"line": 2
|
|
},
|
|
{
|
|
"success": false,
|
|
"message": "Assert status code\n --> tests_failed/assert_status.hurl:2:10\n |\n 2 | HTTP/1.0 200\n | ^^^ actual value is <404>\n |",
|
|
"line": 2
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|