summaryrefslogtreecommitdiff
path: root/src/leap/soledad/tests/test_soledad.py
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2013-04-30 17:52:19 -0300
committerdrebs <drebs@leap.se>2013-04-30 17:52:19 -0300
commit77c8c16a5de20d8d8ac6cf3b50eda666abfad077 (patch)
tree7c67a70ad8d1a149bbf630ed5912cb3ede5df326 /src/leap/soledad/tests/test_soledad.py
parent516a5adb4f8328bd94446f4ea7ad0bc9298d7bfb (diff)
Make soledad's init arguments mandatory.
Diffstat (limited to 'src/leap/soledad/tests/test_soledad.py')
-rw-r--r--src/leap/soledad/tests/test_soledad.py1
1 files changed, 1 insertions, 0 deletions
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'),