summaryrefslogtreecommitdiff
path: root/tests/cache
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cache')
-rw-r--r--tests/cache/tests.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/cache/tests.py b/tests/cache/tests.py
index 70cdefbf39..3d0b44707f 100644
--- a/tests/cache/tests.py
+++ b/tests/cache/tests.py
@@ -72,8 +72,7 @@ def empty_response(request):
KEY_ERRORS_WITH_MEMCACHED_MSG = (
- 'Cache key contains characters that will cause errors if used with '
- 'memcached: %r'
+ 'Cache key contains characters that will cause errors if used with memcached: %r'
)