diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-12-09 23:53:07 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-12-09 23:53:07 +0000 |
commit | 8ada2d20183da9aac8182fbe80bdb897c5a4d224 (patch) | |
tree | 4af5f7995b59e2e938d2534378df2bb5161859e9 /tests/handlers/test_federation.py | |
parent | Merge branch 'develop' into federation_retries (diff) | |
download | synapse-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.py | 2 |
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=[]), |