2021-11-08 22:54:19 +03:00
{
2022-02-14 11:13:33 +03:00
"filename" : "tests_failed/assert_match_utf8.hurl" ,
2021-11-08 22:54:19 +03:00
"entries" : [
{
"request" : {
"method" : "GET" ,
"url" : "http://localhost:8000/error-assert/match-utf8"
} ,
"response" : {
"httpVersion" : "HTTP/1.0" ,
"status" : 200
} ,
"asserts" : [
{
"success" : true ,
"line" : 2
2021-10-15 22:52:02 +03:00
} ,
2021-11-08 22:54:19 +03:00
{
"success" : true ,
"line" : 2
2021-10-15 22:52:02 +03:00
} ,
2021-11-08 22:54:19 +03:00
{
"success" : false ,
2022-02-14 11:13:33 +03:00
"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 |" ,
2021-11-08 22:54:19 +03:00
"line" : 4
}
]
}
]
}