diff --git a/tests/test_module.py b/tests/test_module.py index 7569c41..7b38c5b 100644 --- a/tests/test_module.py +++ b/tests/test_module.py @@ -166,6 +166,10 @@ class AccountInvoiceFacturaeTestCase(CompanyTestMixin, ModuleTestCase): currency = create_currency('Eur') add_currency_rate(currency, 1) + configuration = Configuration(1) + configuration.facturae_service = 'only_file' + configuration.save() + with Transaction().set_user(0): invoice = Invoice() invoice.type = 'out'