Skip to content
Snippets Groups Projects
Commit 1bf7089e authored by Todd Dembrey's avatar Todd Dembrey
Browse files

fixup! fixup! Make multiple determinations available per application

parent c30dda63
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ class DeterminationFormTestCase(BaseViewTestCase):
def test_cant_access_wrong_status(self):
submission = ApplicationSubmissionFactory(status='more_info')
response = self.get_page(submission, 'form')
self.assertEqual(response.status_code, 403)
self.assertRedirects(response, self.absolute_url(submission.get_absolute_url()))
def test_cant_resubmit_determination(self):
submission = ApplicationSubmissionFactory(status='in_discussion', lead=self.user)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment