diff --git a/lib/tests/info_unhandled_error.py b/lib/tests/info_unhandled_error.py index 927c8d9..a81a538 100644 --- a/lib/tests/info_unhandled_error.py +++ b/lib/tests/info_unhandled_error.py @@ -18,7 +18,6 @@ def unhandled_error_detection(url, proxy, headers): res['curl_verify'] = curlify(gql_response) try: - #if gql_response.json()['errors'][0]['extensions']['exception']: if gql_response.json()['errors'][0]['extensions']['exception']: res['result'] = True elif 'exception' in str(gql_response.json()).lower():