From 77c8c16a5de20d8d8ac6cf3b50eda666abfad077 Mon Sep 17 00:00:00 2001 From: drebs Date: Tue, 30 Apr 2013 17:52:19 -0300 Subject: Make soledad's init arguments mandatory. --- src/leap/soledad/tests/test_soledad.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/leap/soledad/tests/test_soledad.py') diff --git a/src/leap/soledad/tests/test_soledad.py b/src/leap/soledad/tests/test_soledad.py index e7d34a87..d096989e 100644 --- a/src/leap/soledad/tests/test_soledad.py +++ b/src/leap/soledad/tests/test_soledad.py @@ -66,6 +66,7 @@ class AuxMethodsTestCase(BaseSoledadTest): Test if configuration defaults point to the correct place. """ sol = Soledad('leap@leap.se', passphrase='123', bootstrap=False, + secret_path=None, local_db_path=None, server_url='') # otherwise Soledad will fail. self.assertEquals( os.path.join(sol.DEFAULT_PREFIX, 'secret.gpg'), -- cgit v1.2.3