Fix settings test to account for new downloads_dir setting

This commit is contained in:
Micah Lee 2018-03-05 08:54:20 -08:00
parent 4ee3948908
commit e3a543f66d

View File

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