mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-25 23:55:36 -04:00
Fix test from adding new settings
This commit is contained in:
parent
b6a15cf6c7
commit
73efcf81fc
1 changed files with 3 additions and 1 deletions
|
@ -64,7 +64,9 @@ class TestSettings:
|
||||||
'private_key': '',
|
'private_key': '',
|
||||||
'slug': '',
|
'slug': '',
|
||||||
'hidservauth_string': '',
|
'hidservauth_string': '',
|
||||||
'downloads_dir': os.path.expanduser('~/OnionShare')
|
'downloads_dir': os.path.expanduser('~/OnionShare'),
|
||||||
|
'receive_allow_receiver_shutdown': True,
|
||||||
|
'receive_public_mode': False
|
||||||
}
|
}
|
||||||
|
|
||||||
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