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 70f4d87 commit c18b58fCopy full SHA for c18b58f
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("+") == ("postgresql", "asyncpg")
+ assert parsed_url.scheme.split("+") == ["postgresql", "asyncpg"]
67
68
assert not parsed_url.query
0 commit comments