diff --git a/hypha/apply/funds/tests/test_models.py b/hypha/apply/funds/tests/test_models.py index 3b18c9b4120bb89fdb31028ebe1bd4535bf2acea..28c28e8acb78e6b0ddfaab0f2579bd19476aaf45 100644 --- a/hypha/apply/funds/tests/test_models.py +++ b/hypha/apply/funds/tests/test_models.py @@ -158,7 +158,7 @@ class TestRoundModelWorkflowAndForms(TestCase): self.fund = FundTypeFactory(parent=None) # Must create lead, adding child complains about "built" user with no id - lead = RoundFactory.lead.get_factory()(**RoundFactory.lead.defaults) + lead = RoundFactory.lead.get_factory()(**RoundFactory.lead._defaults) self.round = RoundFactory.build(lead=lead, parent=None) # Assign parent_page like the init does