Skip to content

Commit

Permalink
[#2939] Fix tests in tests/functional/test_activity.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Oct 12, 2012
1 parent b292c86 commit ba11d6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/tests/functional/test_activity.py
Expand Up @@ -60,6 +60,7 @@ def test_user_activity(self):
# should not be calling package_create like this we should be
# going via the api or package controllers
context['api_version'] = 3
context['ignore_auth'] = True
package = package_create(context, package)
result = self.app.get(offset, status=200)
stripped = self.strip_tags(result)
Expand Down

0 comments on commit ba11d6c

Please sign in to comment.