diff --git a/src/dragonfly_reporter/constants.py b/src/dragonfly_reporter/constants.py index 15a2fc6..03c6e30 100644 --- a/src/dragonfly_reporter/constants.py +++ b/src/dragonfly_reporter/constants.py @@ -13,7 +13,7 @@ class EnvConfig(BaseSettings): class Reporter(EnvConfig): - observation_api_token: str + observation_api_token: str = "" reporter_settings = Reporter() # pyright: ignore