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/rest/client/v1/test_profile.py | |
parent | Split replication layer into two (diff) | |
download | synapse-6ea27fafad7c290b8f082fedfa8ff7948cf9f1fd.tar.xz |
Fix tests
Diffstat (limited to 'tests/rest/client/v1/test_profile.py')
-rw-r--r-- | tests/rest/client/v1/test_profile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rest/client/v1/test_profile.py b/tests/rest/client/v1/test_profile.py index dddcf51b69..feddcf024e 100644 --- a/tests/rest/client/v1/test_profile.py +++ b/tests/rest/client/v1/test_profile.py @@ -45,7 +45,7 @@ class ProfileTestCase(unittest.TestCase): http_client=None, resource_for_client=self.mock_resource, federation=Mock(), - replication_layer=Mock(), + replication_client=Mock(), profile_handler=self.mock_handler ) |