Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit b0f624f

Browse files
committed
Add name to DATABASES setting
1 parent dbe2225 commit b0f624f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ def pytest_configure():
55
DEBUG_PROPAGATE_EXCEPTIONS=True,
66
DATABASES={
77
'default': {
8-
'ENGINE': 'django.db.backends.sqlite3'
8+
'ENGINE': 'django.db.backends.sqlite3',
9+
'NAME': 'db.sqlite3'
910
}
1011
},
1112
SECRET_KEY='r-4p2y=uc56fmqsncog%3h!7hc=y+g)xtz+9y(prx*1o9dpry0',

0 commit comments

Comments
 (0)