Commit 9aad3370 authored by Romain Courteaud's avatar Romain Courteaud

Typo

parent b74ae4ba
...@@ -1480,7 +1480,7 @@ class TestVifibSlapBug(TestVifibSlapWebServiceMixin): ...@@ -1480,7 +1480,7 @@ class TestVifibSlapBug(TestVifibSlapWebServiceMixin):
def stepSetSoftwareInstanceUidToCurrentSlave(self, sequence, **kw): def stepSetSoftwareInstanceUidToCurrentSlave(self, sequence, **kw):
computer_partition = self.portal.portal_catalog.getResultValue(uid=sequence[ computer_partition = self.portal.portal_catalog.getResultValue(uid=sequence[
'computer_partition_uid']) 'computer_partition_uid'])
computer_partition = self.portal.portal_catalog.getResultValue( slave_instance = self.portal.portal_catalog.getResultValue(
portal_type="Slave Instance", portal_type="Slave Instance",
validation_state="validated", validation_state="validated",
default_aggregate_uid=computer_partition.getUid(), default_aggregate_uid=computer_partition.getUid(),
......
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