summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/decorators/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/decorators/tests.py b/tests/decorators/tests.py
index aaa09c0056..c7a37fdda5 100644
--- a/tests/decorators/tests.py
+++ b/tests/decorators/tests.py
@@ -478,5 +478,5 @@ class NeverCacheDecoratorTest(TestCase):
r = a_view(HttpRequest())
self.assertEqual(
set(r['Cache-Control'].split(', ')),
- {'max-age=0', 'no-cache', 'no-store', 'must-revalidate'},
+ {'max-age=0', 'no-cache', 'no-store', 'must-revalidate', 'private'},
)