summaryrefslogtreecommitdiff
path: root/service/test/support/integration/app_test_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/test/support/integration/app_test_client.py')
-rw-r--r--service/test/support/integration/app_test_client.py1
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(