Fix test from adding new settings

This commit is contained in:
Micah Lee 2018-04-29 16:47:36 -07:00
parent b6a15cf6c7
commit 73efcf81fc
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -64,7 +64,9 @@ class TestSettings:
'private_key': '',
'slug': '',
'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):