Skip to content

Commit

Permalink
Fixed print verified_response
Browse files Browse the repository at this point in the history
  • Loading branch information
Knucklessg1 committed May 16, 2024
1 parent c606cdb commit 577e201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servicenow_api/servicenow_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ def get_change_requests(self, **kwargs) -> Response:
response_length = len(verified_response["result"])
else:
response_length = 0
print(f"No result in response: {json.dumps(response, indent=2)}")
print(f"No result in response: {json.dumps(verified_response, indent=2)}")
if (
response_length > 1
and page < change_request.max_pages
Expand Down

0 comments on commit 577e201

Please sign in to comment.