We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b756c commit ae33ea5Copy full SHA for ae33ea5
packages/settings-library/tests/test_postgres.py
@@ -63,6 +63,6 @@ def test_dsn_with_async_sqlalchemy_has_query(
63
settings = PostgresSettings()
64
65
parsed_url = urlparse(settings.dsn_with_async_sqlalchemy)
66
- assert parsed_url.scheme.split("+") == ("postgres", "asyncpg")
+ assert parsed_url.scheme.split("+") == ("postgresql", "asyncpg")
67
68
assert not parsed_url.query
0 commit comments