Fix tests

This commit is contained in:
Erik Johnston 2018-03-13 10:15:49 +00:00
parent 265b993b8a
commit 6ea27fafad
10 changed files with 22 additions and 21 deletions

View file

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