From c453da3d5f9dfddc8c8cef3f20d50125124e50e9 Mon Sep 17 00:00:00 2001 From: xucong053 <43516634+xucong053@users.noreply.github.com> Date: Tue, 13 Jul 2021 21:40:41 +0800 Subject: [PATCH] add a line break --- httprunner/response.py | 1 + 1 file changed, 1 insertion(+) diff --git a/httprunner/response.py b/httprunner/response.py index e6784149..7a130dfb 100644 --- a/httprunner/response.py +++ b/httprunner/response.py @@ -153,6 +153,7 @@ class ResponseObject(object): } if not expr.startswith(tuple(resp_obj_meta.keys())): return expr + try: check_value = jmespath.search(expr, resp_obj_meta) except JMESPathError as ex: