Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexdev8 committed Mar 5, 2024
1 parent a72e484 commit 6a2cc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app_tests/api/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ def delete_object(
):
# User has permission to delete the object
assert delete_response.status_code == expected_status, (
f"{verbose_name} can not be deleted with authentication"
f"{verbose_name} can not be deleted with permission"
if expected_status == status.HTTP_204_NO_CONTENT
else f"{verbose_name} should not be deleted (expected status: {expected_status})"
)
Expand Down

0 comments on commit 6a2cc6b

Please sign in to comment.