summaryrefslogtreecommitdiff
path: root/tests/test_onionshare_settings.py
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-05-06 18:06:14 -0700
committerGitHub <noreply@github.com>2019-05-06 18:06:14 -0700
commitbbf6c02da645fcd4fc50db18dd341178ad4fa2e6 (patch)
treec1e2757c56f517e051c9f905f8a7a12e1b8d66ae /tests/test_onionshare_settings.py
parenta8201593ec0bfe7596ef530e80aa30e5172ef71d (diff)
parent9e9c29b189cb91ea495a85ed749730395926e07b (diff)
downloadonionshare-bbf6c02da645fcd4fc50db18dd341178ad4fa2e6.tar.gz
onionshare-bbf6c02da645fcd4fc50db18dd341178ad4fa2e6.zip
Merge pull request #980 from micahflee/developv2.1
Version 2.1
Diffstat (limited to 'tests/test_onionshare_settings.py')
-rw-r--r--tests/test_onionshare_settings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_onionshare_settings.py b/tests/test_onionshare_settings.py
index f4be2930..bcc2f7cb 100644
--- a/tests/test_onionshare_settings.py
+++ b/tests/test_onionshare_settings.py
@@ -51,7 +51,8 @@ class TestSettings:
'auth_type': 'no_auth',
'auth_password': '',
'close_after_first_download': True,
- 'shutdown_timeout': False,
+ 'autostop_timer': False,
+ 'autostart_timer': False,
'use_stealth': False,
'use_autoupdate': True,
'autoupdate_timestamp': None,