aboutsummaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorSIDDHANT DIXIT <siddhant.dixit23@gmail.com>2021-07-22 02:37:24 +0530
committerSIDDHANT DIXIT <siddhant.dixit23@gmail.com>2021-07-22 02:37:24 +0530
commit58e16e29b0210caf6a5dc4c697eabbaee0a21c27 (patch)
tree6cd84dd6afdd2fc92550baf82940a921638a22cb /cli/tests
parent3cbe55916bdd2ace57b4603764c97cea7a864d2e (diff)
downloadonionshare-58e16e29b0210caf6a5dc4c697eabbaee0a21c27.tar.gz
onionshare-58e16e29b0210caf6a5dc4c697eabbaee0a21c27.zip
Updated test cli settings
Added theme key in test_cli_settings.py.
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/test_cli_settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/test_cli_settings.py b/cli/tests/test_cli_settings.py
index 62f97267..4c012901 100644
--- a/cli/tests/test_cli_settings.py
+++ b/cli/tests/test_cli_settings.py
@@ -34,6 +34,7 @@ class TestSettings:
"tor_bridges_use_meek_lite_azure": False,
"tor_bridges_use_custom_bridges": "",
"persistent_tabs": [],
+ "theme":0
}
for key in settings_obj._settings:
# Skip locale, it will not always default to the same thing