mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-30 11:44:23 -04:00
Fix tests to use data_dir setting instead of downloads_dir
This commit is contained in:
parent
6e3b103ef5
commit
53ec2176c1
5 changed files with 29 additions and 31 deletions
|
@ -64,7 +64,7 @@ class TestSettings:
|
|||
'private_key': '',
|
||||
'slug': '',
|
||||
'hidservauth_string': '',
|
||||
'downloads_dir': os.path.expanduser('~/OnionShare'),
|
||||
'data_dir': os.path.expanduser('~/OnionShare'),
|
||||
'public_mode': False
|
||||
}
|
||||
for key in settings_obj._settings:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue