diff options
author | Erik Johnston <erik@matrix.org> | 2020-09-09 16:19:22 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-09-09 16:19:22 +0100 |
commit | dc9dcdbd59d4f839c7a96780f7464460fae27851 (patch) | |
tree | 1c86319735b99474bc6a3a37b5d694d8f03f372f /tests | |
parent | Fixup pusher pool notifications (diff) | |
download | synapse-dc9dcdbd59d4f839c7a96780f7464460fae27851.tar.xz |
Revert "Fixup pusher pool notifications"
This reverts commit e7fd336a53a4ca489cdafc389b494d5477019dc0.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/handlers/test_typing.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/handlers/test_typing.py b/tests/handlers/test_typing.py index f306a09bfa..ae6bc24f4c 100644 --- a/tests/handlers/test_typing.py +++ b/tests/handlers/test_typing.py @@ -80,7 +80,6 @@ class TypingNotificationsTestCase(unittest.HomeserverTestCase): "get_user_directory_stream_pos", "get_current_state_deltas", "get_device_updates_by_remote", - "get_room_max_stream_ordering", ] ) |