Skip to content

Commit

Permalink
[#2939] Fix test test_03_add_dataset_to_group
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Nov 19, 2012
1 parent 5c948ff commit c236148
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckan/tests/logic/test_auth.py
Expand Up @@ -236,7 +236,8 @@ def test_03_add_dataset_to_group(self):

group = {'id': 'group_with_user',
'packages': [{'id': 'package_added_by_admin'}, {'id' :'package_added_by_editor'}]}
self._action_post('group_update', group, 'org_editor')
# org editor doesn't have edit rights
self._action_post('group_update', group, 'org_editor', 403)

def test_04_modify_group(self):

Expand Down

0 comments on commit c236148

Please sign in to comment.