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 6cc350b4f6
commit 73e7e2285f

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):