Skip to content

Commit

Permalink
Tests: fix permission listing test after added permission
Browse files Browse the repository at this point in the history
  • Loading branch information
tomka committed Aug 16, 2018
1 parent bcc1b00 commit 3752c01
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 @@ -296,6 +296,7 @@ def test_user_project_permissions(self):
'change_project': [],
'can_browse': [3],
'can_import': [],
'can_queue_compute_task': [],
'delete_project': []}, [u'test1']]
self.assertEqual(expected_result, parsed_response)

Expand Down

0 comments on commit 3752c01

Please sign in to comment.