Commit 5368bf44 authored by Łukasz Nowak's avatar Łukasz Nowak

Login as superuser.

parent 7211b6d2
...@@ -12,6 +12,7 @@ from Products.ERP5Type.DateUtils import addToDate ...@@ -12,6 +12,7 @@ from Products.ERP5Type.DateUtils import addToDate
class TestHostingSubscriptionSimulation(testSlapOSMixin): class TestHostingSubscriptionSimulation(testSlapOSMixin):
def _prepare(self): def _prepare(self):
self.login()
person = self.portal.person_module.template_member\ person = self.portal.person_module.template_member\
.Base_createCloneDocument(batch_mode=1) .Base_createCloneDocument(batch_mode=1)
self.subscription = self.portal.hosting_subscription_module\ self.subscription = self.portal.hosting_subscription_module\
......
24 25
\ No newline at end of file \ No newline at end of file
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