Remove redundant comment

This commit is contained in:
Jocelyn Delalande 2017-12-27 13:24:23 +01:00
parent 9e2a4ce21b
commit 10c7921e06

View file

@ -1185,7 +1185,6 @@ class APITestCase(IhatemoneyTestCase):
self.assertStatus(200, req)
# the list of members should be empty
# get the list of members (should be empty)
req = self.client.get("/api/projects/raclette/members",
headers=self.get_auth("raclette"))