Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: chandr-andr (Kiselev Aleksandr) <[email protected]>
  • Loading branch information
chandr-andr committed Jan 4, 2025
1 parent 133b4ac commit 37a4144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def postgresql_dsn() -> str:
"""
return (
os.environ.get("POSTGRESQL_URL")
or "postgresql://akiselev:12345@localhost:5432/taskiqpsqlpy"
or "postgresql://postgres:postgres@localhost:5432/taskiqpsqlpy"
)


Expand Down

0 comments on commit 37a4144

Please sign in to comment.