summary refs log tree commit diff
path: root/tests/handlers/test_federation.py
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-12-09 23:53:07 +0000
committerMatthew Hodgson <matthew@matrix.org>2014-12-09 23:53:07 +0000
commit8ada2d20183da9aac8182fbe80bdb897c5a4d224 (patch)
tree4af5f7995b59e2e938d2534378df2bb5161859e9 /tests/handlers/test_federation.py
parentMerge branch 'develop' into federation_retries (diff)
downloadsynapse-8ada2d20183da9aac8182fbe80bdb897c5a4d224.tar.xz
fix UTs by telling all the mock stores about the new methods for tracking retries
Diffstat (limited to 'tests/handlers/test_federation.py')
-rw-r--r--tests/handlers/test_federation.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/handlers/test_federation.py b/tests/handlers/test_federation.py
index 33016c16ef..fae33716a3 100644
--- a/tests/handlers/test_federation.py
+++ b/tests/handlers/test_federation.py
@@ -53,6 +53,8 @@ class FederationTestCase(unittest.TestCase):
                 "persist_event",
                 "store_room",
                 "get_room",
+                "get_destination_retry_timings",
+                "set_destination_retry_timings",
             ]),
             resource_for_federation=NonCallableMock(),
             http_client=NonCallableMock(spec_set=[]),