fix #411: validation does not display when validation failed

This commit is contained in:
debugtalk
2018-11-28 21:23:40 +08:00
parent a1785c5542
commit 0a9c6994b1
3 changed files with 31 additions and 21 deletions
+1 -1
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)