mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-26 14:36:03 -05:00
Fix settings test because I moved the default downloads dir
This commit is contained in:
parent
9a800d90b2
commit
2e31db8543
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user