From 46ed5e1731fa0295a7f4b612457069db36bb8e64 Mon Sep 17 00:00:00 2001 From: Folker Bernitt Date: Sun, 9 Aug 2015 22:09:08 +0200 Subject: Worked on integration tests. --- service/test/support/integration/app_test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/test/support/integration/app_test_client.py') diff --git a/service/test/support/integration/app_test_client.py b/service/test/support/integration/app_test_client.py index ee305c69..31ffcd77 100644 --- a/service/test/support/integration/app_test_client.py +++ b/service/test/support/integration/app_test_client.py @@ -78,7 +78,7 @@ class AppTestClient(object): self.account = IMAPAccount(self.ACCOUNT, self.soledad, account_ready_cb) yield account_ready_cb self.mailboxes = Mailboxes(self.account, self.mail_store, self.soledad_querier, self.search_engine) - self.draft_service = DraftService(self.mailboxes) + self.draft_service = DraftService(self.mail_store) self.mail_service = self._create_mail_service(self.mailboxes, self.mail_sender, self.mail_store, self.soledad_querier, self.search_engine) mails = yield self.mail_service.all_mails() -- cgit v1.2.3