Commit 38c5727a authored by Łukasz Nowak's avatar Łukasz Nowak

Typo.

parent c85d1a72
...@@ -418,7 +418,7 @@ class testVifibMixinSlaposCore(testVifibMixin): ...@@ -418,7 +418,7 @@ class testVifibMixinSlaposCore(testVifibMixin):
def getBusinessTemplateList(self): def getBusinessTemplateList(self):
result = super(testVifibMixinSlaposCore, self result = super(testVifibMixinSlaposCore, self
).getBusinessTemplateList() ).getBusinessTemplateList()
result.extended([ result.extend([
'vifib_slapos_core', 'vifib_slapos_core',
'vifib_slapos_rest_api_v1', 'vifib_slapos_rest_api_v1',
'vifib_slapos_core_test', 'vifib_slapos_core_test',
......
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