mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
Refs #25388 -- Used in-memory database in test_disable_migrations.
This commit is contained in:
parent
a52a531a8b
commit
14e6823d09
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ class LoaderTests(TestCase):
|
||||||
def test_disable_migrations(self):
|
def test_disable_migrations(self):
|
||||||
connections = ConnectionHandler({
|
connections = ConnectionHandler({
|
||||||
'default': {
|
'default': {
|
||||||
'NAME': 'dummy',
|
'NAME': ':memory:',
|
||||||
'ENGINE': 'django.db.backends.sqlite3',
|
'ENGINE': 'django.db.backends.sqlite3',
|
||||||
'TEST': {
|
'TEST': {
|
||||||
'MIGRATE': False,
|
'MIGRATE': False,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue