From 2afb443246b58d373b324a31bb075fa2ad5fc1dd Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sat, 2 Nov 2019 23:36:37 -0700 Subject: [PATCH] Fix settings test, now that we added the persistent_tabs setting --- tests/test_onionshare_settings.py | 1 + 1 file changed, 1 insertion(+) 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