Skip to content

Commit 06912be

Browse files
set optional
1 parent da97728 commit 06912be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/settings-library/tests/test_utils_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def test_mixin_logging(monkeypatch):
1414

1515
class Settings(BaseCustomSettings, MixinLoggingSettings):
1616
# DOCKER
17-
SC_BOOT_MODE: BootMode | None
17+
SC_BOOT_MODE: BootMode | None = None
1818

1919
# LOGGING
2020
LOG_LEVEL: str = Field(

0 commit comments

Comments
 (0)