Commit 93579d9a authored by Romain Courteaud's avatar Romain Courteaud

slapos_jio_before_deletion: drop template_software_instance

parent 7b0d12f2
......@@ -84,7 +84,7 @@ class TestSlapOSHalJsonStyleMixin(SlapOSTestCaseMixinWithAbort):
def _makeInstance(self):
instance = self.portal.software_instance_module\
.template_software_instance.Base_createCloneDocument(batch_mode=1)
.newContent(portal_type="Software Instance")
instance.edit(reference="TESTSOFTINST-%s" % instance.getId())
instance.validate()
self.tic()
......
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