Fix TestSettings.test_init test

This commit is contained in:
Micah Lee 2019-09-01 20:46:27 -07:00
parent bf20085c4a
commit 70619dd142
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -51,6 +51,7 @@ class TestSettings:
'auth_type': 'no_auth',
'auth_password': '',
'close_after_first_download': True,
'share_allow_downloading_individual_files': True,
'autostop_timer': False,
'autostart_timer': False,
'use_stealth': False,