Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dolevf committed Aug 27, 2022
1 parent 7088522 commit f8be1e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tests/info_unhandled_error.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit f8be1e4

Please sign in to comment.