From 488d88886d79496934ee88b5247db1963e9da8d9 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Sat, 13 Jan 2018 21:03:44 +1100 Subject: [PATCH] Attempt to fix tests --- test/test_onionshare_settings.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/test_onionshare_settings.py b/test/test_onionshare_settings.py index 1489c348..0e03080f 100644 --- a/test/test_onionshare_settings.py +++ b/test/test_onionshare_settings.py @@ -57,7 +57,10 @@ class TestSettings: 'systray_notifications': True, 'use_stealth': False, 'use_autoupdate': True, - 'autoupdate_timestamp': None + 'autoupdate_timestamp': None, + 'save_private_key': False, + 'private_key': '', + 'hidservauth_string': '' } def test_fill_in_defaults(self, settings_obj):