Fix tests failing due to new activity tracking.

(imported from commit 9c7ddfd4ad40cd2dfd38ac41537e058e02797085)
This commit is contained in:
Tim Abbott 2012-11-09 12:22:13 -05:00
parent 16c8baf99b
commit 831316c6a6
1 changed files with 1 additions and 0 deletions

View File

@ -407,6 +407,7 @@ class POSTRequestMock(object):
self.user = user
self._tornado_handler = DummyHandler(assert_callback)
self.session = DummySession()
self.META = {'PATH_INFO': 'test'}
class GetUpdatesTest(AuthedTestCase):
fixtures = ['messages.json']