hurl/integration/tests_failed/assert_status.output.json
2022-08-08 18:42:57 +02:00

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
}
]
}
]
}