From 58e16e29b0210caf6a5dc4c697eabbaee0a21c27 Mon Sep 17 00:00:00 2001 From: SIDDHANT DIXIT Date: Thu, 22 Jul 2021 02:37:24 +0530 Subject: [PATCH] Updated test cli settings Added theme key in test_cli_settings.py. --- cli/tests/test_cli_settings.py | 1 + 1 file changed, 1 insertion(+) 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