From f8be1e4c6257597e155abd57b107c842c44688a9 Mon Sep 17 00:00:00 2001 From: dolevf Date: Sat, 27 Aug 2022 15:47:24 -0400 Subject: [PATCH] remove comment --- lib/tests/info_unhandled_error.py | 1 - 1 file changed, 1 deletion(-) 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():