Skip to content

Commit 3fe4d63

Browse files
authored
Update test_database.py
1 parent f1a0dfe commit 3fe4d63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_database.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,6 @@ def django_db_setup(django_db_setup, django_db_blocker, django_db_createdb) -> N
535535
if django_db_createdb:
536536
with django_db_blocker.unblock():
537537
call_command('flush', '--noinput')
538-
call_command('loaddata', *pathlib.Path().glob('tests/db_fixtures/**/*.yaml'))
539538
"""
540539
)
541540

0 commit comments

Comments
 (0)