From 77e374ecca7f1d5ded1c6d20059d2ff8a05e23a6 Mon Sep 17 00:00:00 2001 From: Caio Carrara Date: Wed, 13 Apr 2016 16:53:40 -0300 Subject: Issue #674: Update Account usage to pass user_id There is an update on leap_mail where an user id became required to create an Account. So, this change update the Account usage on user agent to pass this parameter. --- service/test/support/integration/app_test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/test') diff --git a/service/test/support/integration/app_test_client.py b/service/test/support/integration/app_test_client.py index 95facec0..49f0552a 100644 --- a/service/test/support/integration/app_test_client.py +++ b/service/test/support/integration/app_test_client.py @@ -111,7 +111,7 @@ class AppTestAccount(object): shutil.rmtree(soledad_test_folder) def _initialize_account(self): - self.account = Account(self.soledad) + self.account = Account(self.soledad, self._user_id) return self.account.deferred_initialization def _create_mail_service(self, mail_sender, mail_store, search_engine, attachment_store): -- cgit v1.2.3