Fix CLI tests

This commit is contained in:
Micah Lee 2021-10-15 09:21:58 -07:00
parent 2ffd15ae82
commit 64973a00ec
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
2 changed files with 11 additions and 1 deletions

View file

@ -32,9 +32,10 @@ class TestSettings:
"no_bridges": True,
"tor_bridges_use_obfs4": False,
"tor_bridges_use_meek_lite_azure": False,
"tor_bridges_use_snowflake": False,
"tor_bridges_use_custom_bridges": "",
"persistent_tabs": [],
"theme":0
"theme": 0,
}
for key in settings_obj._settings:
# Skip locale, it will not always default to the same thing