Skip to content

Commit f3ce321

Browse files
committed
.
1 parent d1526af commit f3ce321

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_database.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +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",
511512
host=django_settings.DATABASES[db]['HOST'],
512513
port=django_settings.DATABASES['default']['PORT']
513514
)

0 commit comments

Comments
 (0)