fix more tests

This commit is contained in:
Tim Bentley 2017-08-12 20:39:08 +01:00
parent bbcd5691fe
commit edd1bf3487
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ __default_settings__ = {
'api/password': 'password',
'api/authentication enabled': False,
'api/ip address': '0.0.0.0',
'api/thumbnails': True
'api/thumbnails': True,
'remotes/download version': '0000_00_00'
}
ZERO_URL = '0.0.0.0'
TEST_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', '..', 'resources'))