summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2019-02-18 16:51:30 +0300
committerValentin Bartenev <vbart@nginx.com>2019-02-18 16:51:30 +0300
commit2a6b54c23020a24eaadfb4006235ca17dfa877f8 (patch)
tree564b4ebe601c3f1eda951e3309eed7347f39ca26 /test
parent1ba49d925031a74f1a6b6f31991562583f3271b5 (diff)
downloadunit-2a6b54c23020a24eaadfb4006235ca17dfa877f8.tar.gz
unit-2a6b54c23020a24eaadfb4006235ca17dfa877f8.tar.bz2
Rejecting requests with duplicate "Content-Length".
Diffstat (limited to 'test')
-rw-r--r--test/test_http_header.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_http_header.py b/test/test_http_header.py
index 7894c94e..5a982217 100644
--- a/test/test_http_header.py
+++ b/test/test_http_header.py
@@ -198,7 +198,6 @@ a
'Host': 'localhost'
}, body='X' * 1000)['status'], 400, 'Content-Length multiple value')
- @unittest.expectedFailure
def test_http_header_content_length_multiple_fields(self):
self.load('empty')