diff options
author | drebs <drebs@leap.se> | 2017-02-21 14:16:26 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2017-02-27 14:28:24 -0300 |
commit | 7eb1ffa1d49a7e0016c5980da71151e715abc77a (patch) | |
tree | 7ace24e9c93a20294278549434173b4e1915c2bf /testing/tests | |
parent | a96801e7f3f4e6aeeb08355f7bac4f47b2454dac (diff) |
[feat] add configurable blobs path in server
- Resolves: #8777
Diffstat (limited to 'testing/tests')
-rw-r--r-- | testing/tests/server/test_config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/tests/server/test_config.py b/testing/tests/server/test_config.py index 133057f5..d2a8a9de 100644 --- a/testing/tests/server/test_config.py +++ b/testing/tests/server/test_config.py @@ -64,5 +64,6 @@ class ConfigurationParsingTest(unittest.TestCase): 'admin_netrc': '/etc/couchdb/couchdb-soledad-admin.netrc', 'batching': False, - 'blobs': False} + 'blobs': False, + 'blobs_path': '/srv/leap/soledad/blobs'} self.assertDictEqual(expected, config['soledad-server']) |