Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 committed Jul 28, 2023
1 parent cd97b30 commit 9f8562d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boxsdk/session/session.py
Expand Up @@ -279,7 +279,7 @@ def _raise_on_unsuccessful_request(network_response: 'NetworkResponse', request:
context_info=response_json.get('context_info', None),
network_response=network_response
)

if not Session._validate_json_response(network_response, request):
raise BoxAPIException(
status=network_response.status_code,
Expand Down

0 comments on commit 9f8562d

Please sign in to comment.