Commit 6ecda8d8 authored by Gabriel Monnerat's avatar Gabriel Monnerat

fix parameter name because the API was changed to be consistent with ComputerPartition.request

parent f5b6419f
......@@ -363,7 +363,7 @@ class TestVifibSlapWebService(testVifibMixin):
def stepPersonRequestSlaveInstance(self, sequence, **kw):
kw = dict(instance_portal_type=self.slave_instance_portal_type,
slave=True,
shared=True,
software_type="SlaveInstance")
self.stepPersonRequestSoftwareInstance(sequence, **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