summary refs log tree commit diff
path: root/tests/rest/client/v1/test_typing.py
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2016-05-17 16:00:33 +0100
committerMark Haines <mark.haines@matrix.org>2016-05-17 16:00:33 +0100
commita04a772d09901c33f150c0a709201fde37147087 (patch)
treefd4d43fdfb86d5d8d3d14afd9a318fd878c77755 /tests/rest/client/v1/test_typing.py
parentAdd some slaved stores that we'll need for the synchrotron (diff)
parentMove typing handler out of the Handlers object (diff)
downloadsynapse-a04a772d09901c33f150c0a709201fde37147087.tar.xz
Merge branch 'markjh/liberate_typing_handler' into markjh/synchrotron
Diffstat (limited to 'tests/rest/client/v1/test_typing.py')
-rw-r--r--tests/rest/client/v1/test_typing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rest/client/v1/test_typing.py b/tests/rest/client/v1/test_typing.py

index d0037a53ef..467f253ef6 100644 --- a/tests/rest/client/v1/test_typing.py +++ b/tests/rest/client/v1/test_typing.py
@@ -106,7 +106,7 @@ class RoomTypingTestCase(RestTestCase): yield self.join(self.room_id, user="@jim:red") def tearDown(self): - self.hs.get_handlers().typing_notification_handler.tearDown() + self.hs.get_typing_handler().tearDown() @defer.inlineCallbacks def test_set_typing(self):