Remove redundant mocking

This commit is contained in:
Richard van der Hoff 2020-12-02 15:12:02 +00:00
parent 30fba62108
commit 90cf1eec44
5 changed files with 5 additions and 36 deletions

View file

@ -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,