Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noliveleger committed Nov 28, 2024
1 parent 58906c3 commit d5d7eb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kobo/apps/organizations/tests/test_organizations_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def test_list(self):
def test_api_returns_org_data(self):
self._insert_data()
response = self.client.get(self.url_detail)
self.assertContains(response, self.organization.slug)
self.assertContains(response, self.organization.id)
self.assertContains(response, self.organization.name)

Expand Down

0 comments on commit d5d7eb4

Please sign in to comment.