Commit 094460ae authored by Romain Courteaud's avatar Romain Courteaud

slapos_crm: test: fixup instance tree creation

parent 1f6bc2f3
......@@ -426,7 +426,13 @@ class TestSlapOSInstanceTree_stopFromRegularisationRequest(
.newContent(portal_type="Instance Tree")
instance_tree.edit(
reference="TESTHS-%s" % new_id,
follow_up_value=project
follow_up_value=project,
url_string=self.generateNewSoftwareReleaseUrl(),
title=self.generateNewSoftwareTitle(),
source_reference=self.generateNewSoftwareType(),
text_content=self.generateSafeXml(),
sla_xml=self.generateSafeXml(),
root_slave=False
)
instance_tree.validate()
self.portal.portal_workflow._jumpToStateFor(
......
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