diff options
author | Erik Johnston <erik@matrix.org> | 2018-03-13 13:22:21 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-03-13 13:22:21 +0000 |
commit | cea462e2857d3af2007521f131adb46e4f5ce6fe (patch) | |
tree | bdfd31f17c12d77f410e288290e2ed60baba0bb2 /tests | |
parent | Remove unused ReplicationLayer (diff) | |
download | synapse-cea462e2857d3af2007521f131adb46e4f5ce6fe.tar.xz |
s/replication_server/federation_server
Diffstat (limited to 'tests')
-rw-r--r-- | tests/handlers/test_profile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/handlers/test_profile.py b/tests/handlers/test_profile.py index c690437682..f9f828471a 100644 --- a/tests/handlers/test_profile.py +++ b/tests/handlers/test_profile.py @@ -52,7 +52,7 @@ class ProfileTestCase(unittest.TestCase): handlers=None, resource_for_federation=Mock(), replication_client=self.mock_federation, - replication_server=Mock(), + federation_server=Mock(), federation_registry=self.mock_registry, ratelimiter=NonCallableMock(spec_set=[ "send_message", |