Commit 32272305 authored by Rafael Monnerat's avatar Rafael Monnerat

master: _getConversionServerUrl do not exist anymore.

parent 5e36cbe6
......@@ -151,9 +151,7 @@ class testSlapOSMixin(ERP5TypeTestCase):
initsite = {}
if initsite.get("cloudooo_url", None) is None:
from Products.ERP5Type.tests.ERP5TypeTestCase import\
_getConversionServerUrl
initsite["cloudooo_url"] = _getConversionServerUrl()
initsite["cloudooo_url"] = "https://cloudooo.erp5.net"
config.product_config["initsite"] = initsite
......
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