Mailman: fix unit tests
This commit is contained in:
parent
a73ef401bf
commit
4d87922f7b
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,6 @@ LOGGING = {}
|
|||
# Disable caching
|
||||
CACHES = {
|
||||
'default': {
|
||||
'BACKEND': 'django.core.cache.backends.dummy.DummyCache',
|
||||
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue