summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/test_soledad/fixture_soledad.conf1
-rw-r--r--testing/tests/server/test_config.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/testing/test_soledad/fixture_soledad.conf b/testing/test_soledad/fixture_soledad.conf
index 16fd0f4f..b36774a0 100644
--- a/testing/test_soledad/fixture_soledad.conf
+++ b/testing/test_soledad/fixture_soledad.conf
@@ -2,6 +2,7 @@
couch_url = http://soledad:passwd@localhost:5984
create_cmd = sudo -u soledad-admin /usr/bin/soledad-create-userdb
admin_netrc = /etc/couchdb/couchdb-soledad-admin.netrc
+services_tokens_file = /srv/leap/soledad/auth.tokens
batching = 0
[database-security]
diff --git a/testing/tests/server/test_config.py b/testing/tests/server/test_config.py
index fc138f0f..874682fd 100644
--- a/testing/tests/server/test_config.py
+++ b/testing/tests/server/test_config.py
@@ -65,5 +65,6 @@ class ConfigurationParsingTest(unittest.TestCase):
'/etc/couchdb/couchdb-soledad-admin.netrc',
'batching': False,
'blobs': False,
+ 'services_tokens_file': '/srv/leap/soledad/auth.tokens',
'blobs_path': '/srv/leap/soledad/blobs'}
self.assertDictEqual(expected, config['soledad-server'])