mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-31 18:26:12 -05:00
Attempt to fix tests
This commit is contained in:
parent
e90908c5b0
commit
488d88886d
@ -57,7 +57,10 @@ class TestSettings:
|
|||||||
'systray_notifications': True,
|
'systray_notifications': True,
|
||||||
'use_stealth': False,
|
'use_stealth': False,
|
||||||
'use_autoupdate': True,
|
'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):
|
def test_fill_in_defaults(self, settings_obj):
|
||||||
|
Loading…
Reference in New Issue
Block a user