Fix settings test because I moved the default downloads dir

This commit is contained in:
Micah Lee 2018-03-08 05:43:45 -08:00
parent 9a800d90b2
commit 2e31db8543
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -68,7 +68,7 @@ class TestSettings:
'private_key': '',
'slug': '',
'hidservauth_string': '',
'downloads_dir': os.path.expanduser('~/Downloads')
'downloads_dir': os.path.expanduser('~/OnionShare')
}
def test_fill_in_defaults(self, settings_obj):