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 133b4ac commit 37a4144Copy full SHA for 37a4144
tests/conftest.py
@@ -45,7 +45,7 @@ def postgresql_dsn() -> str:
45
"""
46
return (
47
os.environ.get("POSTGRESQL_URL")
48
- or "postgresql://akiselev:12345@localhost:5432/taskiqpsqlpy"
+ or "postgresql://postgres:postgres@localhost:5432/taskiqpsqlpy"
49
)
50
51
0 commit comments