Skip to content

Commit

Permalink
fixing get_roles unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
kakwa committed Jun 19, 2015
1 parent 5e5e7e3 commit 719fa15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_Roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,5 @@ def testGetRole(self):
],
'toto': ['not a group'],
}
expected = {'unusedgroups': {'toto': Set(['not a group']), 'ad': Set(['Domain Users 2'])}, 'roles': Set(['developpers', 'admin-lv2'])}
expected = {'unusedgroups': {'toto': Set(['not a group']), 'ad': Set(['Domain Users 2'])}, 'roles': Set(['developpers', 'admin-lv2', 'users'])}
assert inv.get_roles(groups) == expected

0 comments on commit 719fa15

Please sign in to comment.