Commit 91ebde3e authored by Rafael Monnerat's avatar Rafael Monnerat Committed by Matevz Golob

erp5.util: Fix typo on the method name

parent 04578f59
......@@ -403,7 +403,7 @@ class SlapOSTester(SlapOSMasterCommunicator):
def destroyInstance(self, instance_title):
self.name = instance_title
instance_url_list = self.InstanceUrlList()
instance_url_list = self.getInstanceUrlList()
if instance_url_list:
for instance in instance_url_list:
if instance["title"] != instance_title:
......
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