mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-29 19:31:20 -04:00
Fix settings test because I moved the default downloads dir
This commit is contained in:
parent
6cc350b4f6
commit
73e7e2285f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue