diff --git a/product/ERP5Banking/tests/TestERP5BankingMixin.py b/product/ERP5Banking/tests/TestERP5BankingMixin.py index fbd0fdddad618ef404f1d378aee8a6b7781c1e55..187ce7b34660849a537c735e687abc6a0a02bfd7 100644 --- a/product/ERP5Banking/tests/TestERP5BankingMixin.py +++ b/product/ERP5Banking/tests/TestERP5BankingMixin.py @@ -757,6 +757,11 @@ class TestERP5BankingMixin: """ # the erp5 site self.portal = self.getPortal() + + # XXX: should be done by erp5_banking_core business template + catalog = self.portal.portal_catalog.getSQLCatalog() + catalog.sql_catalog_role_keys = () + # the default currency for the site if not self.portal.hasProperty('reference_currency_id'): self.portal.manage_addProperty('reference_currency_id', 'EUR', type='string')