summaryrefslogtreecommitdiff
path: root/tests/test_sqlite.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_sqlite.py')
-rw-r--r--tests/test_sqlite.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_sqlite.py b/tests/test_sqlite.py
index c789828589..de8bf9339c 100644
--- a/tests/test_sqlite.py
+++ b/tests/test_sqlite.py
@@ -18,6 +18,5 @@ DATABASES = {
},
'other': {
'ENGINE': 'django.db.backends.sqlite3',
- 'TEST_NAME': 'other_db'
}
}