From e68427ab73f0c69c9925d0701063486970cb2851 Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Thu, 16 Aug 2018 10:17:18 +0100 Subject: [PATCH] Test the correct method --- opentech/apply/funds/tests/test_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentech/apply/funds/tests/test_models.py b/opentech/apply/funds/tests/test_models.py index 274a882bd..b4e043677 100644 --- a/opentech/apply/funds/tests/test_models.py +++ b/opentech/apply/funds/tests/test_models.py @@ -438,7 +438,7 @@ class TestSubmissionRenderMethods(TestCase): def test_normal_answers_included_in_answers(self): submission = ApplicationSubmissionFactory() - answers = submission.render_answers() + answers = submission.output_answers() for field_name in submission.question_field_ids: if field_name not in submission.must_include: field = submission.field(field_name) -- GitLab