From b722815983378201dba41a4b2adc36c4430aafac Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Wed, 30 Jan 2013 16:20:15 +0100 Subject: [PATCH] [#316] Update activity streams frontend tests --- ckan/tests/functional/test_activity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckan/tests/functional/test_activity.py b/ckan/tests/functional/test_activity.py index 7e4f0d89a3d..a8d9e0a9588 100644 --- a/ckan/tests/functional/test_activity.py +++ b/ckan/tests/functional/test_activity.py @@ -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 = {