| changeset 278 | 3d25afbd78ff |
| parent 68 | db564b6ad6b5 |
| child 590 | e103299bccc0 |
--- a/src/cm/tests/test_notifications.py Fri May 14 15:17:44 2010 +0200 +++ b/src/cm/tests/test_notifications.py Mon May 17 15:07:30 2010 +0200 @@ -19,7 +19,7 @@ # subscribe to workspace notifications response = c.post('/followup/', {'notif_id': u'workspace_notify_check', - 'workspace_notify_check': u'workspace_notify_check', + 'workspace_notify_check': u'true', }) self.assertEquals(len(Notification.objects.all()), 1)