mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-17 13:50:28 -04:00
Attempt to fix tests
This commit is contained in:
parent
e90908c5b0
commit
488d88886d
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue