Skip to content

Commit

Permalink
nicer ordering of groups and permissions in userinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
obriencj committed Sep 19, 2023
1 parent c2a4826 commit 3fd79f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cli/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ def test_cli_userinfo(self):
[email protected]
Type: NORMAL (user)
Status: NORMAL (enabled)
Permissions:
coolguy
Groups:
ldap/CoolGuys [500]
Permissions:
coolguy
""")
self.assertEqual(expected, res[:len(expected)])

Expand Down

0 comments on commit 3fd79f5

Please sign in to comment.