summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/migrations/test_loader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/migrations/test_loader.py b/tests/migrations/test_loader.py
index 1e90c7936c..bcb30bffd8 100644
--- a/tests/migrations/test_loader.py
+++ b/tests/migrations/test_loader.py
@@ -208,7 +208,7 @@ class LoaderTests(TestCase):
def test_disable_migrations(self):
connections = ConnectionHandler({
'default': {
- 'NAME': 'dummy',
+ 'NAME': ':memory:',
'ENGINE': 'django.db.backends.sqlite3',
'TEST': {
'MIGRATE': False,