Skip to content

Commit 346377f

Browse files
committed
.
1 parent f3ce321 commit 346377f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ def run_sql(query, fetch=False, db='default'):
508508
conn = psycopg.connect(
509509
user=django_settings.DATABASES[db]['USER'],
510510
password=django_settings.DATABASES[db]['PASSWORD'],
511-
database="postgres",
511+
dbname="postgres",
512512
host=django_settings.DATABASES[db]['HOST'],
513513
port=django_settings.DATABASES['default']['PORT']
514514
)

0 commit comments

Comments
 (0)