mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-06 23:11:21 +08:00
add a line break
This commit is contained in:
@@ -153,6 +153,7 @@ class ResponseObject(object):
|
|||||||
}
|
}
|
||||||
if not expr.startswith(tuple(resp_obj_meta.keys())):
|
if not expr.startswith(tuple(resp_obj_meta.keys())):
|
||||||
return expr
|
return expr
|
||||||
|
|
||||||
try:
|
try:
|
||||||
check_value = jmespath.search(expr, resp_obj_meta)
|
check_value = jmespath.search(expr, resp_obj_meta)
|
||||||
except JMESPathError as ex:
|
except JMESPathError as ex:
|
||||||
|
|||||||
Reference in New Issue
Block a user