Commit fae31315 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin Committed by Titouan Soulard

slapos_configurator: Add erp5_json_type in expected bt5 list in test

parent f5d9d633
......@@ -304,4 +304,4 @@ class TestSlapOSConfigurator(SlapOSTestCaseMixin):
bt5_list = [i[1] for i in self.portal.portal_templates.resolveBusinessTemplateListDependency(
template_title_list=bt5_to_resolve,
with_test_dependency_list=True)]
self.assertSameSet(expected_business_template_list, bt5_list)
\ No newline at end of file
self.assertSameSet(expected_business_template_list, bt5_list)
......@@ -292,6 +292,7 @@ class testSlapOSMixin(ERP5TypeTestCase):
'erp5_notebook',
'erp5_interaction_drop',
'erp5_json_editor',
'erp5_json_type',
'slapos_mysql_innodb_catalog',
'slapos_cloud',
'slapos_slap_tool',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment