From f433b61790c6f77d1d411ff5bb53ee52abc33207 Mon Sep 17 00:00:00 2001 From: delcroip Date: Tue, 3 Sep 2024 15:49:10 +0200 Subject: [PATCH] better test helpers --- contract/tests/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contract/tests/helpers.py b/contract/tests/helpers.py index 3ae665c..9a749f4 100644 --- a/contract/tests/helpers.py +++ b/contract/tests/helpers.py @@ -83,7 +83,7 @@ def create_test_contract_contribution_plan_details(contribution_plan=None, polic "receipt": "Test receipt", "pay_date": "2019-01-01", "validity_from": "2019-01-01", - "audit_user_id": -1, + "audit_user_id": 1, "pay_type": 'C' } )