Fixes CLI tests

This commit is contained in:
Saptak S 2021-12-03 20:03:22 +05:30
parent 3b16ca461b
commit 5ca7236f0c
No known key found for this signature in database
GPG key ID: 7B7F1772C0C6FCBF

View file

@ -36,6 +36,7 @@ class TestSettings:
"bridges_custom": "", "bridges_custom": "",
"persistent_tabs": [], "persistent_tabs": [],
"theme": 0, "theme": 0,
"auto_connect": False,
} }
for key in settings_obj._settings: for key in settings_obj._settings:
# Skip locale, it will not always default to the same thing # Skip locale, it will not always default to the same thing