diff options
author | NavaL <mnandri@thoughtworks.com> | 2016-01-18 17:27:19 +0100 |
---|---|---|
committer | NavaL <mnandri@thoughtworks.com> | 2016-01-18 17:27:19 +0100 |
commit | bb9a1c8827c02ac71c16b7d5d0b4c4c18b34f24c (patch) | |
tree | 7027cf3f00276753c12514864c9527459063d77a /service/test/support | |
parent | c5d61bc8001b16e3dcedda9fd1229c27cca4bd3b (diff) |
migrating AttachmentsResources to use the service factory
Issue #576
Diffstat (limited to 'service/test/support')
-rw-r--r-- | service/test/support/integration/app_test_client.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/service/test/support/integration/app_test_client.py b/service/test/support/integration/app_test_client.py index 16344171..6a43ed1a 100644 --- a/service/test/support/integration/app_test_client.py +++ b/service/test/support/integration/app_test_client.py @@ -90,6 +90,7 @@ class AppTestClient(object): self.service_factory = ServicesFactory() services = mock() services.keymanager = self.keymanager + services.mail_service = self.mail_service self.service_factory.add_session('someuserid', services) self.resource.initialize( |