summaryrefslogtreecommitdiff
path: root/tests/TorGuiBaseTest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TorGuiBaseTest.py')
-rw-r--r--tests/TorGuiBaseTest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TorGuiBaseTest.py b/tests/TorGuiBaseTest.py
index 9a0bda3e..e437ac93 100644
--- a/tests/TorGuiBaseTest.py
+++ b/tests/TorGuiBaseTest.py
@@ -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