Commit 6c5e4f18 authored by Romain Courteaud's avatar Romain Courteaud

Core code does not depend on payzen interface.

parent ab12a2c4
...@@ -51,7 +51,6 @@ class testSlapOSMixin(Products.Vifib.tests.VifibMixin.testVifibMixin): ...@@ -51,7 +51,6 @@ class testSlapOSMixin(Products.Vifib.tests.VifibMixin.testVifibMixin):
def bootstrapSite(self): def bootstrapSite(self):
self.setupPortalCertificateAuthority() self.setupPortalCertificateAuthority()
self.setupPayZenInterface()
self.setUpMemcached() self.setUpMemcached()
portal = self.getPortal() portal = self.getPortal()
if 'MailHost' in portal.objectIds(): if 'MailHost' in portal.objectIds():
......
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