Skip to content

Commit

Permalink
Add break
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankApiyo committed Jan 7, 2020
1 parent 3fe2c38 commit f2dc810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onadata/apps/api/tests/viewsets/test_project_viewset.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def test_project_list_returns_projects_for_active_users_only(self):
for project in response.data:
if project.get('projectid') == shared_project.id:
shared_project_in_response = True
break
self.assertTrue(shared_project_in_response)

def test_projects_get(self):
Expand Down

0 comments on commit f2dc810

Please sign in to comment.