Skip to content

Commit

Permalink
[#316] Update activity streams frontend tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Jan 30, 2013
1 parent a20d0b3 commit b722815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/tests/functional/test_activity.py
Expand Up @@ -127,7 +127,7 @@ def test_user_activity(self):
result = self.app.get(offset, status=200)
stripped = self.strip_tags(result)
assert '%s started following %s' % (user['fullname'],
'joeadmin') in stripped, stripped
'joeadmin') not in stripped, stripped

# Create a new group.
group = {
Expand Down

0 comments on commit b722815

Please sign in to comment.