summaryrefslogtreecommitdiff
path: root/tests/project_template
diff options
context:
space:
mode:
Diffstat (limited to 'tests/project_template')
-rw-r--r--tests/project_template/test_settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/project_template/test_settings.py b/tests/project_template/test_settings.py
index 0eaf950951..c76564c656 100644
--- a/tests/project_template/test_settings.py
+++ b/tests/project_template/test_settings.py
@@ -38,5 +38,6 @@ class TestStartProjectSettings(SimpleTestCase):
self.assertEqual(headers, [
b'Content-Length: 0',
b'Content-Type: text/html; charset=utf-8',
+ b'X-Content-Type-Options: nosniff',
b'X-Frame-Options: SAMEORIGIN',
])