Commit 2eb93df0 authored by Mame Coumba Sall's avatar Mame Coumba Sall

Define self.web_site_module in TestERP5WebWithSimpleSecurity

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