Commit 59f66365 authored by Romain Courteaud's avatar Romain Courteaud

slapos_rss_style: drop template_member

parent ef0bbae2
......@@ -54,8 +54,8 @@ class TestRSSSyleSkinsMixin(SlapOSTestCaseMixinWithAbort):
return assignment
def _makeInstanceTree(self):
person = self.portal.person_module.template_member\
.Base_createCloneDocument(batch_mode=1)
person = self.portal.person_module\
.newContent(portal_type="Person")
instance_tree = self.portal\
.instance_tree_module\
.newContent(portal_type="Instance Tree")
......
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