From 7da85ac026d8e24fa323c94ac537a9c9a51746d6 Mon Sep 17 00:00:00 2001 From: Bernat Brunet Date: Fri, 4 Aug 2023 17:36:50 +0200 Subject: [PATCH] Fix test --- tests/test_module.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_module.py b/tests/test_module.py index 54f530a..7569c41 100644 --- a/tests/test_module.py +++ b/tests/test_module.py @@ -121,8 +121,8 @@ class AccountInvoiceFacturaeTestCase(CompanyTestMixin, ModuleTestCase): 'postal_code': '08201', 'subdivision': subdivision.id, 'country': country.id, - 'address.facturae_person_type': 'J', - 'address.facturae_residence_type': 'R', + 'facturae_person_type': 'J', + 'facturae_residence_type': 'R', } address, = Address.create([address_dict])