mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-18 14:20:21 -04:00
Fix tests for public_mode
This commit is contained in:
parent
e89a74729b
commit
6de110bb22
2 changed files with 5 additions and 5 deletions
|
@ -66,7 +66,7 @@ class TestSettings:
|
|||
'hidservauth_string': '',
|
||||
'downloads_dir': os.path.expanduser('~/OnionShare'),
|
||||
'receive_allow_receiver_shutdown': True,
|
||||
'receive_public_mode': False
|
||||
'public_mode': False
|
||||
}
|
||||
|
||||
def test_fill_in_defaults(self, settings_obj):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue