summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2016-03-15 17:01:43 +0000
committerMark Haines <mark.haines@matrix.org>2016-03-15 17:33:10 +0000
commitb6e8420aeed9921ba7d0fd4c8ebaf1b64d5f677c (patch)
tree5360a982edc822f7af10bcdbdb24435bb42d12cd /tests
parentMerge pull request #644 from matrix-org/markjh/parse_jsonIII (diff)
downloadsynapse-b6e8420aeed9921ba7d0fd4c8ebaf1b64d5f677c.tar.xz
Add replication stream for pushers
Diffstat (limited to 'tests')
-rw-r--r--tests/replication/test_resource.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/replication/test_resource.py b/tests/replication/test_resource.py
index 4a42eb3365..f4b5fb3328 100644
--- a/tests/replication/test_resource.py
+++ b/tests/replication/test_resource.py
@@ -131,6 +131,7 @@ class ReplicationResourceCase(unittest.TestCase):
     test_timeout_tag_account_data = _test_timeout("tag_account_data")
     test_timeout_backfill = _test_timeout("backfill")
     test_timeout_push_rules = _test_timeout("push_rules")
+    test_timeout_pushers = _test_timeout("pushers")
 
     @defer.inlineCallbacks
     def send_text_message(self, room_id, message):