Skip to content

Commit

Permalink
Give default value for observation API token
Browse files Browse the repository at this point in the history
Tests don't run in CI if this isn't set to *something*
  • Loading branch information
Robin5605 committed Mar 2, 2024
1 parent dfe0420 commit 3e1c3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dragonfly_reporter/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class EnvConfig(BaseSettings):


class Reporter(EnvConfig):
observation_api_token: str
observation_api_token: str = ""


reporter_settings = Reporter() # pyright: ignore

0 comments on commit 3e1c3ac

Please sign in to comment.