diff --git a/product/ERP5Banking/tests/TestERP5BankingMixin.py b/product/ERP5Banking/tests/TestERP5BankingMixin.py index c7e475e79c16866468e73cdca118e30128405c5e..757300b874a07c89b2097f4fccfbd639a447ebae 100644 --- a/product/ERP5Banking/tests/TestERP5BankingMixin.py +++ b/product/ERP5Banking/tests/TestERP5BankingMixin.py @@ -395,6 +395,7 @@ class TestERP5BankingMixin: self.chef_section = self.banking.newContent(id='chef_section_comptable', portal_type='Category', codification='FXS') self.chef_comptable = self.banking.newContent(id='chef_comptable', portal_type='Category', codification='CCB') self.chef_de_tri = self.banking.newContent(id='chef_de_tri', portal_type='Category', codification='CTR') + self.chef_caisse = self.banking.newContent(id='chef_caisse', portal_type='Category', codification='CCP') # get the base category group self.group_base_category = getattr(self.category_tool, 'group')