mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-04 17:05:31 -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': '',
|
'private_key': '',
|
||||||
'slug': '',
|
'slug': '',
|
||||||
'hidservauth_string': '',
|
'hidservauth_string': '',
|
||||||
'downloads_dir': os.path.expanduser('~/Downloads')
|
'downloads_dir': os.path.expanduser('~/OnionShare')
|
||||||
}
|
}
|
||||||
|
|
||||||
def test_fill_in_defaults(self, settings_obj):
|
def test_fill_in_defaults(self, settings_obj):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user