Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitor Magán committed Sep 3, 2015
1 parent 268f2b6 commit a3c46e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datarequests/tests/test_ui_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ def _get_action(action):
datarequest_show.assert_called_once_with(self.expected_context, {'id': datarequest_id})

if organization:
organization_show.assert_called_once_with({'ignore_auth': True}, {'id': organization})
organization_show.assert_called_once_with({'ignore_auth': True}, {'id': organization, 'include_datasets': True})
else:
package_search.assert_called_once_with({'ignore_auth': True}, {'rows': 500})

Expand Down

0 comments on commit a3c46e5

Please sign in to comment.