mirror of https://github.com/zulip/zulip.git
Fix tests failing due to new activity tracking.
(imported from commit 9c7ddfd4ad40cd2dfd38ac41537e058e02797085)
This commit is contained in:
parent
16c8baf99b
commit
831316c6a6
|
@ -407,6 +407,7 @@ class POSTRequestMock(object):
|
||||||
self.user = user
|
self.user = user
|
||||||
self._tornado_handler = DummyHandler(assert_callback)
|
self._tornado_handler = DummyHandler(assert_callback)
|
||||||
self.session = DummySession()
|
self.session = DummySession()
|
||||||
|
self.META = {'PATH_INFO': 'test'}
|
||||||
|
|
||||||
class GetUpdatesTest(AuthedTestCase):
|
class GetUpdatesTest(AuthedTestCase):
|
||||||
fixtures = ['messages.json']
|
fixtures = ['messages.json']
|
||||||
|
|
Loading…
Reference in New Issue