diff --git a/mainsite/settings/run_tests.py b/mainsite/settings/run_tests.py index 297aa3ff..67bc7c12 100644 --- a/mainsite/settings/run_tests.py +++ b/mainsite/settings/run_tests.py @@ -64,7 +64,7 @@ CACHES["negative"] = { } CACHES["session"] = { "BACKEND": "django.core.cache.backends.locmem.LocMemCache", - "LOCATION": "session", + "LOCATION": "session", } # set to high amount so we dont trigger it during tests