summaryrefslogtreecommitdiff
path: root/tests/test_onionshare_settings.py
diff options
context:
space:
mode:
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,