summaryrefslogtreecommitdiff
path: root/tests/cache
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cache')
-rw-r--r--tests/cache/tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cache/tests.py b/tests/cache/tests.py
index db2edf5f26..c17ef12ae0 100644
--- a/tests/cache/tests.py
+++ b/tests/cache/tests.py
@@ -1508,10 +1508,10 @@ class CacheHEADTest(TestCase):
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
},
},
- LANGUAGES=(
+ LANGUAGES=[
('en', 'English'),
('es', 'Spanish'),
- ),
+ ],
)
class CacheI18nTest(TestCase):