summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-09-01 20:46:27 -0700
committerMicah Lee <micah@micahflee.com>2019-09-01 20:46:27 -0700
commit70619dd142522cb6b756469b222267341b8606fb (patch)
tree3d245922a40ddf99627a1ca533ea9e46e8930bc9 /tests
parentbf20085c4a2f802cad86647ffe3851365e6d57ae (diff)
downloadonionshare-70619dd142522cb6b756469b222267341b8606fb.tar.gz
onionshare-70619dd142522cb6b756469b222267341b8606fb.zip
Fix TestSettings.test_init test
Diffstat (limited to 'tests')
-rw-r--r--tests/test_onionshare_settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_onionshare_settings.py b/tests/test_onionshare_settings.py
index 05878899..54c09686 100644
--- a/tests/test_onionshare_settings.py
+++ b/tests/test_onionshare_settings.py
@@ -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,