mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-07 08:49:37 +08:00
fix #411: validation does not display when validation failed
This commit is contained in:
@@ -242,7 +242,7 @@ class ResponseObject(object):
|
||||
if not extractors:
|
||||
return {}
|
||||
|
||||
logger.log_info("start to extract from response object.")
|
||||
logger.log_debug("start to extract from response object.")
|
||||
extracted_variables_mapping = OrderedDict()
|
||||
extract_binds_order_dict = utils.ensure_mapping_format(extractors)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user