diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-12-02 15:12:02 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-12-02 17:53:38 +0000 |
commit | 90cf1eec44940f8ede4a7f0490da43021c84a13a (patch) | |
tree | b6421eb26044aba2fe53e0a5f5128db5e2e425b2 /tests/handlers/test_directory.py | |
parent | Apply an IP range blacklist to push and key revocation requests. (#8821) (diff) | |
download | synapse-90cf1eec44940f8ede4a7f0490da43021c84a13a.tar.xz |
Remove redundant mocking
Diffstat (limited to 'tests/handlers/test_directory.py')
-rw-r--r-- | tests/handlers/test_directory.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/handlers/test_directory.py b/tests/handlers/test_directory.py index 2f1f2a5517..770d225ed5 100644 --- a/tests/handlers/test_directory.py +++ b/tests/handlers/test_directory.py @@ -42,8 +42,6 @@ class DirectoryTestCase(unittest.HomeserverTestCase): self.mock_registry.register_query_handler = register_query_handler hs = self.setup_test_homeserver( - federation_http_client=None, - resource_for_federation=Mock(), federation_client=self.mock_federation, federation_registry=self.mock_registry, ) |