Skip to content

Commit

Permalink
Tests: fix permission tests to include deep link role
Browse files Browse the repository at this point in the history
  • Loading branch information
tomka committed Jul 2, 2024
1 parent abec796 commit 573b29b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django/applications/catmaid/tests/test_common_apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ def test_user_project_permissions(self):
'can_annotate_with_token': [],
'change_project': [],
'can_browse': [3],
'can_create_deep_links': [],
'can_fork': [],
'can_import': [],
'can_queue_compute_task': [],
Expand Down

0 comments on commit 573b29b

Please sign in to comment.