diff options
author | Erik Johnston <erik@matrix.org> | 2018-03-13 10:15:49 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-03-13 10:55:47 +0000 |
commit | 6ea27fafad7c290b8f082fedfa8ff7948cf9f1fd (patch) | |
tree | 8a51f1ed6af631cc1c16482e5c47ed3a616f1383 /tests/handlers/test_profile.py | |
parent | Split replication layer into two (diff) | |
download | synapse-6ea27fafad7c290b8f082fedfa8ff7948cf9f1fd.tar.xz |
Fix tests
Diffstat (limited to 'tests/handlers/test_profile.py')
-rw-r--r-- | tests/handlers/test_profile.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/handlers/test_profile.py b/tests/handlers/test_profile.py index 73223ffbd3..c690437682 100644 --- a/tests/handlers/test_profile.py +++ b/tests/handlers/test_profile.py @@ -51,7 +51,8 @@ class ProfileTestCase(unittest.TestCase): http_client=None, handlers=None, resource_for_federation=Mock(), - replication_layer=self.mock_federation, + replication_client=self.mock_federation, + replication_server=Mock(), federation_registry=self.mock_registry, ratelimiter=NonCallableMock(spec_set=[ "send_message", |