diff options
author | Erik Johnston <erik@matrix.org> | 2014-12-10 13:18:40 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-12-10 13:18:40 +0000 |
commit | aae8a37e63662681f6e75cca5b32cfba78b0d74f (patch) | |
tree | 10aa25caddf01da913d270186fc1169deff17320 /tests/handlers/test_federation.py | |
parent | Fix AttributeError (diff) | |
parent | update codestyle based on debate on #matrix-dev (diff) | |
download | synapse-aae8a37e63662681f6e75cca5b32cfba78b0d74f.tar.xz |
Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor
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=[]), |