We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90af27 commit 43e31fcCopy full SHA for 43e31fc
tests/test_config.py
@@ -22,7 +22,7 @@ def _test_as_bool(env_key, conf_key, default):
22
(env_key, conf_key, "TRUE", True),
23
(env_key, conf_key, "false", False),
24
(env_key, conf_key, "FALSE", False),
25
- (env_key, conf_key, "1", True), # CHANGED
+ (env_key, conf_key, "1", True),
26
(env_key, conf_key, "0", False),
27
(env_key, conf_key, "purple", False),
28
)
0 commit comments