chore(config): remove unnecessary 'frozen' parameter for test

- Simplified app configuration by removing the 'frozen' parameter since it is no longer needed.
- Ensures more flexible handling of config attributes.
This commit is contained in:
-LAN- 2024-11-14 13:14:52 +08:00
parent 47e8a5d4d1
commit 71cf4c7dbf

View File

@ -27,7 +27,6 @@ class DifyConfig(
# read from dotenv format config file
env_file=".env",
env_file_encoding="utf-8",
frozen=True,
# ignore extra attributes
extra="ignore",
)