summary refs log tree commit diff
path: root/tests/handlers/test_profile.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-12-02 15:12:02 +0000
committerRichard van der Hoff <richard@matrix.org>2020-12-02 17:53:38 +0000
commit90cf1eec44940f8ede4a7f0490da43021c84a13a (patch)
treeb6421eb26044aba2fe53e0a5f5128db5e2e425b2 /tests/handlers/test_profile.py
parentApply an IP range blacklist to push and key revocation requests. (#8821) (diff)
downloadsynapse-90cf1eec44940f8ede4a7f0490da43021c84a13a.tar.xz
Remove redundant mocking
Diffstat (limited to 'tests/handlers/test_profile.py')
-rw-r--r--tests/handlers/test_profile.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/handlers/test_profile.py b/tests/handlers/test_profile.py
index ea2bcf2655..919547556b 100644
--- a/tests/handlers/test_profile.py
+++ b/tests/handlers/test_profile.py
@@ -44,8 +44,6 @@ class ProfileTestCase(unittest.TestCase):
 
         hs = yield setup_test_homeserver(
             self.addCleanup,
-            federation_http_client=None,
-            resource_for_federation=Mock(),
             federation_client=self.mock_federation,
             federation_server=Mock(),
             federation_registry=self.mock_registry,