Skip to content

Commit

Permalink
Fix test_nested_env_delimiter_aliases to use BaseModel in sub mod…
Browse files Browse the repository at this point in the history
…el (#286)
  • Loading branch information
hramezani committed May 9, 2024
1 parent 8c5a45e commit 6d25cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ class Cfg(BaseSettings):


def test_nested_env_delimiter_aliases(env):
class SubModel(BaseSettings):
class SubModel(BaseModel):
v1: str
v2: str

Expand Down

0 comments on commit 6d25cee

Please sign in to comment.