mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-07 16:40:50 +08:00
fix: Non-ASCII character when no encoding declared
This commit is contained in:
@@ -53,7 +53,7 @@ class ResponseObject(object):
|
||||
}
|
||||
]
|
||||
},
|
||||
"message": "操作成功"
|
||||
"message": "success"
|
||||
}
|
||||
|
||||
:param field: Jsonpath expression, e.g. 1)$.code 2) $..items.*.id
|
||||
|
||||
Reference in New Issue
Block a user