fix #411: validation does not display when validation failed

This commit is contained in:
debugtalk
2018-11-28 21:10:40 +08:00
parent 8278139375
commit 7b10b75200
3 changed files with 31 additions and 21 deletions

View File

@@ -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)