Skip to content

Commit

Permalink
Add TODO in test_delete_club_image__failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ktabouguia committed Nov 19, 2018
1 parent d8b6ba2 commit 5359577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/api/test_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ def test_delete_club_image__failure(server):
'Authorization': token,
})
assert response.status == 400
# TODO : Uncomment this portion of code once memberships code is merged in
# # Forbidden (user is trying to delete image of an unrelated club)
# _, response = server.app.test_client.delete(
# '/clubs/newtest/images/profile', headers={
Expand Down

0 comments on commit 5359577

Please sign in to comment.