diff --git a/product/ERP5Configurator/tests/ConfiguratorTestMixin.py b/product/ERP5Configurator/tests/ConfiguratorTestMixin.py
index 24b975453f5c11d42146f6483e0fffcca618a25f..ea088aad9fbbbe8e088a2447e51400379e66a6b0 100644
--- a/product/ERP5Configurator/tests/ConfiguratorTestMixin.py
+++ b/product/ERP5Configurator/tests/ConfiguratorTestMixin.py
@@ -113,7 +113,8 @@ class TestLiveConfiguratorWorkflowMixin(SecurityTestCase):
       self.stepCleanUpRequest()
 
     self.restricted_security = 0
-    self.setupAutomaticBusinessTemplateRepository()
+    self.setupAutomaticBusinessTemplateRepository(
+                 searchable_business_template_list=["erp5_core", "erp5_base"])
 
     # it is required by SecurityTestCase
     self.workflow_tool = self.portal.portal_workflow