Commit 9733b409 authored by Romain Courteaud's avatar Romain Courteaud

slapos_erp5: test typo

parent 48c449bb
...@@ -1346,7 +1346,6 @@ class TestProject(TestSlapOSGroupRoleSecurityMixin): ...@@ -1346,7 +1346,6 @@ class TestProject(TestSlapOSGroupRoleSecurityMixin):
def test_Project_default(self): def test_Project_default(self):
project = self.portal.project_module.newContent( project = self.portal.project_module.newContent(
portal_type='Project') portal_type='Project')
self.tic()
self.assertSecurityGroup(project, self.assertSecurityGroup(project,
['F-SALEAGT', 'F-SALEMAN', 'F-ACCOUNTING*', ['F-SALEAGT', 'F-SALEMAN', 'F-ACCOUNTING*',
project.getReference(), self.user_id], False) project.getReference(), self.user_id], False)
......
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