diff --git a/product/ERP5/tests/testCRM.py b/product/ERP5/tests/testCRM.py
index a8dfc65312bc825036ea0c8cbad7a9a7c23b29f8..e9c23ccddf34b4d9acd1d3adf4bc7001e6966756 100644
--- a/product/ERP5/tests/testCRM.py
+++ b/product/ERP5/tests/testCRM.py
@@ -160,14 +160,15 @@ class TestCRM(ERP5TypeTestCase):
 
 
 class TestCRMMailIngestion(ERP5TypeTestCase):
-  """Test Mail Ingestion  for standalone CRM.
+  """Test Mail Ingestion for standalone CRM.
   """
 
   def getBusinessTemplateList(self):
     # Mail Ingestion must work with CRM alone.
     return ('erp5_base',
             'erp5_ingestion',
-            'erp5_ingestion_mysql_innodb_catalog', 'erp5_crm',
+            'erp5_ingestion_mysql_innodb_catalog',
+            'erp5_crm',
             )
 
   def afterSetUp(self):