Commit 39dadf11 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 78442f5a
......@@ -303,4 +303,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)
......@@ -290,6 +290,7 @@ class testSlapOSMixin(ERP5TypeTestCase):
'erp5_notebook',
'erp5_interaction_drop',
'erp5_json_editor',
'erp5_json_type',
'slapos_mysql_innodb_catalog',
'slapos_parameter_editor',
'slapos_cloud',
......
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