Skip to content

Commit 94ee88b

Browse files
committed
Update conftest.py
1 parent 4908b28 commit 94ee88b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
class TestSettings(BaseSettings):
13-
model_config = SettingsConfigDict(env_file=".env.test", env_file_encoding="utf-8")
13+
model_config = SettingsConfigDict()
1414

1515
app_name: str = "FastAPI Template Test"
1616
port: int = 8000

0 commit comments

Comments
 (0)