Fixes CLI tests

This commit is contained in:
Saptak S 2021-12-03 20:03:22 +05:30
parent 94f9251076
commit 03890f6e5e

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