Commit b22d9fb3 authored by Rafael Monnerat's avatar Rafael Monnerat

testSlapOSMixin: Update cache is required

  Since we are changing erp5_site_global_id, update cache is mantatory be called often
parent 66acdc25
......@@ -158,6 +158,7 @@ class testSlapOSMixin(ERP5TypeTestCase):
return
self.createCertificateAuthorityFile()
self.commit()
self.portal.portal_caches.updateCache()
def getBusinessConfiguration(self):
return self.portal.business_configuration_module[\
......
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