aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/auth/test_roles.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/auth/test_roles.py')
-rw-r--r--tests/unit/auth/test_roles.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/unit/auth/test_roles.py b/tests/unit/auth/test_roles.py
index c364549..43d84e4 100644
--- a/tests/unit/auth/test_roles.py
+++ b/tests/unit/auth/test_roles.py
@@ -115,6 +115,10 @@ def test_create_role_raises_exception_for_unauthorised_users(# pylint: disable=[
user_editable=False,
privileges=(
Privilege(
+ "group:data:link-to-group",
+ "Allow linking data to only one specific group."),
+
+ Privilege(
privilege_id="group:resource:create-resource",
privilege_description="Create a resource object"),
Privilege(