mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-16 05:17:35 +08:00
bump version to 3.0.4
This commit is contained in:
@@ -164,6 +164,8 @@ class ResponseObject(object):
|
||||
|
||||
# check item
|
||||
check_item = u_validator["check"]
|
||||
# TODO: validate variable or function
|
||||
# check_item = parse_data(check_item, variables_mapping, functions_mapping)
|
||||
check_value = jmespath.search(check_item, self.resp_obj_meta)
|
||||
check_value = parse_string_value(check_value)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user