mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 19:52:50 -03:00
Fix settings test to account for new downloads_dir setting
This commit is contained in:
parent
cd1a1d9638
commit
08957c5145
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue