summaryrefslogtreecommitdiff
path: root/service/test/support/integration
diff options
context:
space:
mode:
authorNavaL <mnandri@thoughtworks.com>2016-01-18 18:36:07 +0100
committerNavaL <mnandri@thoughtworks.com>2016-01-18 18:36:07 +0100
commitdfd5897b632f846f64b57108895fbbbe1a817290 (patch)
treec0f648a95842d3679ae56bda0cecb17b3aaf4ef9 /service/test/support/integration
parent66a47fa2345775037b127c295f8611534527fadc (diff)
migrating feedback resources to use services factory
Issue #576
Diffstat (limited to 'service/test/support/integration')
-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 3d224941..186aeca2 100644
--- a/service/test/support/integration/app_test_client.py
+++ b/service/test/support/integration/app_test_client.py
@@ -93,6 +93,7 @@ class AppTestClient(object):
services.mail_service = self.mail_service
services.draft_service = self.draft_service
services.search_engine = self.search_engine
+ services.feedback_service = self.feedback_service
self.service_factory.add_session('someuserid', services)
self.resource.initialize(