diff --git a/runtests.py b/runtests.py index be8937e..996e233 100755 --- a/runtests.py +++ b/runtests.py @@ -51,7 +51,6 @@ if not settings.configured: CACHES = { 'tos': { 'BACKEND': 'django.core.cache.backends.locmem.LocMemCache', - 'LOCATION': 'unique-snowflake', } }, TOS_CACHE_NAME = 'tos'