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):