diff --git a/opentech/apply/determinations/tests/test_views.py b/opentech/apply/determinations/tests/test_views.py index f3e71f9993958c43c092ae6c0cf592eea53411fd..ffb9486fb40840569d5ff05bc4507215dd56d71e 100644 --- a/opentech/apply/determinations/tests/test_views.py +++ b/opentech/apply/determinations/tests/test_views.py @@ -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,