Fix settings test, now that we added the persistent_tabs setting

This commit is contained in:
Micah Lee 2019-11-02 23:36:37 -07:00
parent 3b3c805a34
commit 2afb443246

View File

@ -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