Attempt to fix tests

This commit is contained in:
Miguel Jacq 2018-01-13 21:03:44 +11:00
parent e90908c5b0
commit 488d88886d
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6

View File

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