Skip to content

Commit 37a4144

Browse files
committed
Fix
Signed-off-by: chandr-andr (Kiselev Aleksandr) <[email protected]>
1 parent 133b4ac commit 37a4144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def postgresql_dsn() -> str:
4545
"""
4646
return (
4747
os.environ.get("POSTGRESQL_URL")
48-
or "postgresql://akiselev:12345@localhost:5432/taskiqpsqlpy"
48+
or "postgresql://postgres:postgres@localhost:5432/taskiqpsqlpy"
4949
)
5050

5151

0 commit comments

Comments
 (0)