[fix] broken link in the doc-strings of the json engine
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
f4250b6d40
commit
a05aa81d79
@ -384,7 +384,7 @@ def extract_response_info(result):
|
|||||||
|
|
||||||
|
|
||||||
def response(resp):
|
def response(resp):
|
||||||
'''Scrap *results* from the response (see :ref:`engine results`).'''
|
'''Scrap *results* from the response (see :ref:`result types`).'''
|
||||||
results = []
|
results = []
|
||||||
|
|
||||||
if no_result_for_http_status and resp.status_code in no_result_for_http_status:
|
if no_result_for_http_status and resp.status_code in no_result_for_http_status:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user