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 1ffc04e commit 0b56738Copy full SHA for 0b56738
tests-integration/test.py
@@ -1,6 +1,6 @@
1
import psycopg
2
3
-conn = psycopg.connect("host=127.0.0.1 port=5432 user=tom password=pencil dbname=localdb")
+conn = psycopg.connect("host=127.0.0.1 port=5432 user=tom password=pencil dbname=public")
4
conn.autocommit = True
5
6
with conn.cursor() as cur:
0 commit comments