From deb0916d54922675128cc01f4828b3a75a8e01d1 Mon Sep 17 00:00:00 2001
From: Parbhat Puri <parbhatpuri17@gmail.com>
Date: Wed, 14 Aug 2019 12:40:51 +0000
Subject: [PATCH] Remove not required determination creation

---
 opentech/apply/determinations/tests/test_views.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/opentech/apply/determinations/tests/test_views.py b/opentech/apply/determinations/tests/test_views.py
index f3e71f999..ffb9486fb 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,
-- 
GitLab