diff --git a/opentech/apply/funds/tests/test_models.py b/opentech/apply/funds/tests/test_models.py index 274a882bd5e1e53cb06d19adbebf21befc204533..b4e043677ce42d10b2195fdd575ec1c0f59e84b6 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)