aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-11-02 23:36:37 -0700
committerMicah Lee <micah@micahflee.com>2019-11-02 23:36:37 -0700
commit70f8e4384d6125b6a5c3f4b85722be93ca62acbb (patch)
tree2cceb1de6ecfbd5524640407df7c669701b05940 /tests
parentd61fc45862acbccd07c4f0e972f5c2ab18697f0a (diff)
downloadonionshare-70f8e4384d6125b6a5c3f4b85722be93ca62acbb.tar.gz
onionshare-70f8e4384d6125b6a5c3f4b85722be93ca62acbb.zip
Fix settings test, now that we added the persistent_tabs setting
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 9c81642f..1b21ff3b 100644
--- a/tests/test_onionshare_settings.py
+++ b/tests/test_onionshare_settings.py
@@ -56,6 +56,7 @@ class TestSettings:
"tor_bridges_use_obfs4": False,
"tor_bridges_use_meek_lite_azure": False,
"tor_bridges_use_custom_bridges": "",
+ "persistent_tabs": [],
}
for key in settings_obj._settings:
# Skip locale, it will not always default to the same thing