PunimTag Web Application - Major Feature Release #1

Open
tanyar09 wants to merge 106 commits from dev into master
Showing only changes of commit ca7266ea34 - Show all commits

View File

@ -395,7 +395,8 @@ class TestPhotoDeletion:
assert response.status_code == 200
data = response.json()
assert "deleted" in data
assert "deleted_count" in data
assert data["deleted_count"] >= 0
def test_bulk_delete_photos_non_admin(
self,