Skip to content

Commit 0b56738

Browse files
committed
test: fix dbname in integration test
1 parent 1ffc04e commit 0b56738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests-integration/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import psycopg
22

3-
conn = psycopg.connect("host=127.0.0.1 port=5432 user=tom password=pencil dbname=localdb")
3+
conn = psycopg.connect("host=127.0.0.1 port=5432 user=tom password=pencil dbname=public")
44
conn.autocommit = True
55

66
with conn.cursor() as cur:

0 commit comments

Comments
 (0)