From 86d82ee9ee58cde0f692ce8112877e2051f8d546 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 15 Jul 2020 17:48:30 +0200 Subject: [PATCH] [IMP] contract: Avoid warning on non existing field in tests The field doens't exists, so we can avoid the warning simply not writing it. --- contract/tests/test_contract.py | 1 - 1 file changed, 1 deletion(-) diff --git a/contract/tests/test_contract.py b/contract/tests/test_contract.py index 87039a25a..cf871381a 100644 --- a/contract/tests/test_contract.py +++ b/contract/tests/test_contract.py @@ -806,7 +806,6 @@ class TestContract(TestContractBase): 'recurring_invoicing_type': recurring_invoicing_type, 'recurring_rule_type': recurring_rule_type, 'recurring_interval': recurring_interval, - 'max_date_end': max_date_end, } )