From 32b937b0ea141244c8b21fdebec1b75d18e07ca2 Mon Sep 17 00:00:00 2001 From: Sampo Tawast Date: Thu, 7 Nov 2024 14:11:51 +0200 Subject: [PATCH] test: add ahjo settings to test --- .../applications/tests/test_ahjo_decision_proposal_drafts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/benefit/applications/tests/test_ahjo_decision_proposal_drafts.py b/backend/benefit/applications/tests/test_ahjo_decision_proposal_drafts.py index abb2d61add..be548f2377 100644 --- a/backend/benefit/applications/tests/test_ahjo_decision_proposal_drafts.py +++ b/backend/benefit/applications/tests/test_ahjo_decision_proposal_drafts.py @@ -118,6 +118,7 @@ def test_decision_proposal_drafting( decision_text, justification_text, fake_decisionmakers, + decision_maker_settings, ): if review_step == 4: _prepare_calculation(application=application)