mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 03:37:28 -03:00
Fixes CLI tests
This commit is contained in:
parent
3b16ca461b
commit
5ca7236f0c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue