Commit ec4852db authored by Mame Coumba Sall's avatar Mame Coumba Sall

Revert "Define self.web_site_module in TestERP5WebWithSimpleSecurity"

This reverts commit 6576ca67.
parent 6576ca67
...@@ -1374,7 +1374,6 @@ class TestERP5WebWithSimpleSecurity(ERP5TypeTestCase): ...@@ -1374,7 +1374,6 @@ class TestERP5WebWithSimpleSecurity(ERP5TypeTestCase):
self.createUser('admin', ['Manager']) self.createUser('admin', ['Manager'])
self.createUser('erp5user', ['Auditor', 'Author']) self.createUser('erp5user', ['Auditor', 'Author'])
self.createUser('webmaster', ['Assignor']) self.createUser('webmaster', ['Assignor'])
self.web_site_module = self.portal.getDefaultModule('Web Site Module')
transaction.commit() transaction.commit()
self.tic() self.tic()
......
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