Skip to content

Commit

Permalink
Removing key verification from select organization view
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelagz committed Nov 2, 2023
1 parent 6370d68 commit 702358f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/auth_and_perms/tests/test_organizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def test_get_select_organization(self):

response = self.client.get(reverse('auth_and_perms:select_organization_by_user'))
self.assertEqual(response.status_code, 200)
self.assertTrue(response.context['has_nodes']>0)

def test_add_user_organization(self):
"""
Expand Down

0 comments on commit 702358f

Please sign in to comment.