Skip to content

Commit

Permalink
refactor(settings): adding optional in the test_dabase param
Browse files Browse the repository at this point in the history
  • Loading branch information
gabszs authored Oct 6, 2024
1 parent 6266b6a commit 7019339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Settings(BaseSettings):
POSTGRES_DB: str

DATETIME_FORMAT: str = "%Y-%m-%dT%H:%M:%S"
TEST_DATABASE_URL: str
TEST_DATABASE_URL: Optional[str]

PAGE: int = 1
PAGE_SIZE: int = 20
Expand Down

0 comments on commit 7019339

Please sign in to comment.