Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
arjankowski committed Apr 4, 2023
1 parent 5763da8 commit 5646ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration_new/object/legal_hold_policy_itest.py
Expand Up @@ -37,4 +37,4 @@ def test_create_legal_hold_policy():
legal_hold_policy.delete()
except BoxAPIException as box_api_exception:
# There is a bug in the API which causes returning 404 but legal hold policy is deleted
assert(box_api_exception.status, 404)
assert box_api_exception.status == 404

0 comments on commit 5646ab6

Please sign in to comment.