Commit 74e54a9d authored by Łukasz Nowak's avatar Łukasz Nowak

Missing assertion.

parent aa7337e2
......@@ -49,6 +49,7 @@ class TestAssignment(TestSlapOSGroupRoleSecurityMixin):
self.assertSecurityGroup(assignment,
['G-COMPANY', self.user_id], False)
self.assertRoles(assignment, 'G-COMPANY', ['Auditor', 'Assignor'])
self.assertRoles(assignment, self.user_id, ['Owner'])
class TestComputer(TestSlapOSGroupRoleSecurityMixin):
def test_GroupCompany(self):
......
58
\ No newline at end of file
59
\ No newline at end of file
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