mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-25 12:05:32 +03:00
32 lines
708 B
JSON
32 lines
708 B
JSON
{
|
|
"filename": "tests_failed/assert_match_utf8.hurl",
|
|
"entries": [
|
|
{
|
|
"request": {
|
|
"method": "GET",
|
|
"url": "http://localhost:8000/error-assert/match-utf8"
|
|
},
|
|
"response": {
|
|
"httpVersion": "HTTP/1.0",
|
|
"status": 200
|
|
},
|
|
"asserts": [
|
|
{
|
|
"success": true,
|
|
"line": 2
|
|
},
|
|
{
|
|
"success": true,
|
|
"line": 2
|
|
},
|
|
{
|
|
"success": false,
|
|
"message": "Invalid decoding\n --> tests_failed/assert_match_utf8.hurl:4:1\n |\n 4 | body matches \".*\"\n | ^^^^ the body can not be decoded with charset 'utf-8'\n |",
|
|
"line": 4
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|