diff --git a/product/ERP5Type/tests/ERP5TypeTestCase.py b/product/ERP5Type/tests/ERP5TypeTestCase.py
index 75ddc28ac947f6ad50345cd905460b390d79def7..3d3ab8d9b1ca71374036e27241b39b9448b876de 100644
--- a/product/ERP5Type/tests/ERP5TypeTestCase.py
+++ b/product/ERP5Type/tests/ERP5TypeTestCase.py
@@ -956,6 +956,7 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin):
             install_kw[listbox_line.object_id] = listbox_line.choice_item_list[0][1]
         bt.install(light_install=light_install,
                    object_to_update=install_kw,
+                   update_catalog=bt.isCatalogUpdatable(),
                    update_translation=1)
         # Release locks
         self.commit()