mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-23 08:31:23 -04:00
Fix tests to use data_dir setting instead of downloads_dir
This commit is contained in:
parent
303a2f9f34
commit
32c0c033d1
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