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 cd1a1d9638
commit 08957c5145
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

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