Skip to content

Commit

Permalink
Fix connection string in Python Driver (apache#1757)
Browse files Browse the repository at this point in the history
Edited connection string to be more generic.
  • Loading branch information
dehowef authored Apr 17, 2024
1 parent 96bbf20 commit 034e079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/python/test_age_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import age
import argparse

DSN = "host=localhost port=5432 dbname=postgres user=dehowefeng password=agens"
DSN = "host=localhost port=5432 dbname=postgres user=postgres password=agens"
TEST_HOST = "localhost"
TEST_PORT = 5432
TEST_DB = "postgres"
Expand Down

0 comments on commit 034e079

Please sign in to comment.