mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Fix settings test to account for new downloads_dir setting
This commit is contained in:
parent
cd1a1d9638
commit
08957c5145
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user