Skip to content

Commit f1a0dfe

Browse files
authored
Update test_database.py
1 parent 195d5a6 commit f1a0dfe

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
@@ -503,6 +503,7 @@ def test_custom_django_db_setup(django_pytester: DjangoPytester) -> None:
503503
import pytest
504504
import psycopg
505505
from django.conf import settings as django_settings
506+
from django.core.management import call_command
506507
507508
def run_sql(query, fetch=False, db='default'):
508509
conn = psycopg.connect(

0 commit comments

Comments
 (0)