diff options
Diffstat (limited to 'service/test')
| -rw-r--r-- | service/test/support/integration/app_test_client.py | 2 | 
1 files changed, 1 insertions, 1 deletions
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):  | 
