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