From d7ba5df10bd18cd9ce5c9772e11fdeac62bd7993 Mon Sep 17 00:00:00 2001 From: Shem Date: Tue, 8 Oct 2024 12:05:54 +0300 Subject: [PATCH] Update test.py --- .framework/python/backend/app/core/settings/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.framework/python/backend/app/core/settings/test.py b/.framework/python/backend/app/core/settings/test.py index bea3c53b8..2b9b15c7b 100644 --- a/.framework/python/backend/app/core/settings/test.py +++ b/.framework/python/backend/app/core/settings/test.py @@ -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