summaryrefslogtreecommitdiff
path: root/testing/tests/server/test_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tests/server/test_config.py')
-rw-r--r--testing/tests/server/test_config.py1
1 files changed, 1 insertions, 0 deletions
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'])