Skip to content
Snippets Groups Projects
Commit deb0916d authored by Parbhat Puri's avatar Parbhat Puri Committed by Fredrik Jonsson
Browse files

Remove not required determination creation

parent bc1946c5
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,6 @@ class DeterminationFormTestCase(BaseViewTestCase):
def test_can_edit_draft_determination(self):
submission = ApplicationSubmissionFactory(status='post_review_discussion', lead=self.user)
DeterminationFactory(submission=submission, author=self.user)
response = self.post_page(submission, {
'data': 'value',
'outcome': ACCEPTED,
......
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