diff options
Diffstat (limited to 'tests/project_template/test_settings.py')
| -rw-r--r-- | tests/project_template/test_settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/project_template/test_settings.py b/tests/project_template/test_settings.py index d153c4d95f..a0047dd836 100644 --- a/tests/project_template/test_settings.py +++ b/tests/project_template/test_settings.py @@ -41,6 +41,7 @@ class TestStartProjectSettings(TestCase): response = self.client.get('/empty/') headers = sorted(response.serialize_headers().split(b'\r\n')) self.assertEqual(headers, [ + b'Content-Length: 0', b'Content-Type: text/html; charset=utf-8', b'X-Frame-Options: SAMEORIGIN', ]) |
