summaryrefslogtreecommitdiff
path: root/tests/test_onionshare_settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_onionshare_settings.py')
-rw-r--r--tests/test_onionshare_settings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_onionshare_settings.py b/tests/test_onionshare_settings.py
index 05878899..12200b70 100644
--- a/tests/test_onionshare_settings.py
+++ b/tests/test_onionshare_settings.py
@@ -66,7 +66,8 @@ class TestSettings:
'password': '',
'hidservauth_string': '',
'data_dir': os.path.expanduser('~/OnionShare'),
- 'public_mode': False
+ 'public_mode': False,
+ 'csp_header_disabled': False
}
for key in settings_obj._settings:
# Skip locale, it will not always default to the same thing