Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shem8 authored Oct 8, 2024
1 parent 2c9586c commit d7ba5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .framework/python/backend/app/core/settings/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class TestAppSettings(AppSettings):

title: str = "Test FastAPI example application"

secret_key: SecretStr = SecretStr("test_secret")
secret_key: SecretStr = SecretStr("e6F9KvSDf4dyXj")

database_url: PostgresDsn
max_connection_count: int = 5
Expand Down

0 comments on commit d7ba5df

Please sign in to comment.