mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-09 01:44:56 -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
|
@ -39,7 +39,7 @@ class TorGuiBaseTest(GuiBaseTest):
|
|||
|
||||
# Get all of the settings in test_settings
|
||||
test_settings['connection_type'] = 'automatic'
|
||||
test_settings['downloads_dir'] = '/tmp/OnionShare'
|
||||
test_settings['data_dir'] = '/tmp/OnionShare'
|
||||
for key, val in common.settings.default_settings.items():
|
||||
if key not in test_settings:
|
||||
test_settings[key] = val
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue