diff --git a/product/ERP5/tests/testBPMCore.py b/product/ERP5/tests/testBPMCore.py index 30c23e0182de01efa2a4370b832115dbca2c0dc3..da10be92fc090d345ce343cf8f724196f4084496 100644 --- a/product/ERP5/tests/testBPMCore.py +++ b/product/ERP5/tests/testBPMCore.py @@ -42,7 +42,7 @@ class TestBPMMixin(ERP5TypeTestCase): def getBusinessTemplateList(self): return ('erp5_base', 'erp5_pdm', 'erp5_trade', 'erp5_accounting', - 'erp5_invoicing', 'erp5_simplified_invoicing', 'erp5_administration') + 'erp5_invoicing', 'erp5_simplified_invoicing') business_process_portal_type = 'Business Process' business_path_portal_type = 'Business Path'