Skip to content

Commit

Permalink
Try to fix unit test.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <tanner.jc@gmail.com>
  • Loading branch information
jctanner committed Jun 11, 2024
1 parent 3032afd commit 0bbf8e0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ def test_permissions_defined_in_roles_have_description(self):
'galaxy.delete_synclist',
'galaxy.view_synclist',
'galaxy.add_synclist',
'galaxy.change_synclist'
'galaxy.change_synclist',
'galaxy.view_containernamespace',
'core.view_group',
'auth.view_group',
}

constant_permissions = constant_permissions.union(ignored_permissions)
Expand Down

0 comments on commit 0bbf8e0

Please sign in to comment.