From cc70b593ce324096651550962a98da75e2263369 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Wed, 7 Feb 2018 10:54:53 -0800 Subject: [PATCH] Fix settings test, because of adding a new setting --- test/test_onionshare_settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_onionshare_settings.py b/test/test_onionshare_settings.py index b17ce30a..9bf0e108 100644 --- a/test/test_onionshare_settings.py +++ b/test/test_onionshare_settings.py @@ -55,6 +55,7 @@ class TestSettings: 'auth_password': '', 'close_after_first_download': True, 'systray_notifications': True, + 'shutdown_timeout': False, 'use_stealth': False, 'use_autoupdate': True, 'autoupdate_timestamp': None,