Commit 126c08e1 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

testSlapOSMixin: add erp5-doc repository to the list of BT5 repositories

parent 391b51ad
......@@ -351,7 +351,7 @@ class testSlapOSMixin(ERP5TypeTestCase):
def _getSiteCreationParameterDict(self):
kw = super(testSlapOSMixin, self)._getSiteCreationParameterDict()
bt5_repository_path_list = self._getBusinessRepositoryPathList(
['erp5_core'] + list(self.getBusinessTemplateList()))
['erp5_core'] + ['erp5_slapos_tutorial'] + list(self.getBusinessTemplateList()))
kw["bt5_repository_url"] = " ".join(bt5_repository_path_list)
return kw
......
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