Fix tests for public_mode

This commit is contained in:
Miguel Jacq 2018-07-22 14:58:14 +10:00
parent e89a74729b
commit 6de110bb22
2 changed files with 5 additions and 5 deletions

View file

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