Skip to content

Commit

Permalink
add resource tests
Browse files Browse the repository at this point in the history
  • Loading branch information
claire-peters committed Feb 21, 2025
1 parent 28072e6 commit 77e6bd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coldfront/core/resource/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ def test_resource_allocation_edit_access(self):
self.client.force_login(self.admin_user, backend=BACKEND)
response = self.client.get(self.url)
self.assertEqual(response.status_code, 302)
utils.test_user_cannot_access(self, self.resource_allowed_user, self.url)


class ClusterResourceAllocationsEditViewTest(ResourceViewBaseTest):
Expand Down

0 comments on commit 77e6bd9

Please sign in to comment.