mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Fix typo in test settings
This commit is contained in:
parent
1d5118460f
commit
a28a117d3b
1 changed files with 1 additions and 1 deletions
|
|
@ -19,6 +19,6 @@ MIDDLEWARE_CLASSES = (
|
|||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
'NAME': 'auditlog_test',
|
||||
'NAME': 'auditlog_tests',
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue