diff options
author | Erik Johnston <erik@matrix.org> | 2020-09-09 16:17:50 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-09-09 16:17:50 +0100 |
commit | e7fd336a53a4ca489cdafc389b494d5477019dc0 (patch) | |
tree | 63ee223a5cc34448c895ea152635aba2a2296f5b /tests/handlers | |
parent | blacklist MSC2753 sytests until it's implemented in synapse (#8285) (diff) | |
download | synapse-e7fd336a53a4ca489cdafc389b494d5477019dc0.tar.xz |
Fixup pusher pool notifications
Diffstat (limited to 'tests/handlers')
-rw-r--r-- | tests/handlers/test_typing.py | 1 |
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", ] ) |