summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-09-09 16:17:50 +0100
committerErik Johnston <erik@matrix.org>2020-09-09 16:17:50 +0100
commite7fd336a53a4ca489cdafc389b494d5477019dc0 (patch)
tree63ee223a5cc34448c895ea152635aba2a2296f5b /tests
parentblacklist MSC2753 sytests until it's implemented in synapse (#8285) (diff)
downloadsynapse-e7fd336a53a4ca489cdafc389b494d5477019dc0.tar.xz
Fixup pusher pool notifications
Diffstat (limited to 'tests')
-rw-r--r--tests/handlers/test_typing.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/handlers/test_typing.py b/tests/handlers/test_typing.py
index ae6bc24f4c..f306a09bfa 100644
--- a/tests/handlers/test_typing.py
+++ b/tests/handlers/test_typing.py
@@ -80,6 +80,7 @@ class TypingNotificationsTestCase(unittest.HomeserverTestCase):
                 "get_user_directory_stream_pos",
                 "get_current_state_deltas",
                 "get_device_updates_by_remote",
+                "get_room_max_stream_ordering",
             ]
         )