Skip to content

Commit

Permalink
Fix #20 changed BaseSettings to BaseDBConfig (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Lepekhin <[email protected]>
  • Loading branch information
andrey-lepekhin and Andrey Lepekhin authored Nov 28, 2023
1 parent e7c4565 commit a54a73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_db_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class PostgresDB(BaseSettings):


def test_exact():
class DatabaseConfig(BaseSettings):
class DatabaseConfig(BaseDBConfig):
default: PostgresDB = PostgresDB()

db_settings = DatabaseConfig()
Expand Down

0 comments on commit a54a73e

Please sign in to comment.