summaryrefslogtreecommitdiff
path: root/service/test/support
diff options
context:
space:
mode:
authorNavaL <mnandri@thoughtworks.com>2016-01-18 17:38:21 +0100
committerNavaL <mnandri@thoughtworks.com>2016-01-18 17:38:21 +0100
commite5127c5710abbd77527d2dfa083a506a68ee23b3 (patch)
tree254ea720d34f74b8a6c7c1f9da740325c2c47441 /service/test/support
parentbb9a1c8827c02ac71c16b7d5d0b4c4c18b34f24c (diff)
migrating contact resources to use the services factory
Issue #576
Diffstat (limited to 'service/test/support')
-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 6a43ed1a..2fa3a2dd 100644
--- a/service/test/support/integration/app_test_client.py
+++ b/service/test/support/integration/app_test_client.py
@@ -91,6 +91,7 @@ class AppTestClient(object):
services = mock()
services.keymanager = self.keymanager
services.mail_service = self.mail_service
+ services.search_engine = self.search_engine
self.service_factory.add_session('someuserid', services)
self.resource.initialize(