summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2018-09-28 17:32:02 +0300
committerIgor Sysoev <igor@sysoev.ru>2018-09-28 17:32:02 +0300
commitb5d4fc939edca5ea5858b66d5fcf789b660df243 (patch)
tree407c4bc003e6b68f9a6c7856cfa2320d59e33438 /test
parent92da8dae1e4194698ace12e6a51df5d9431e00c4 (diff)
downloadunit-b5d4fc939edca5ea5858b66d5fcf789b660df243.tar.gz
unit-b5d4fc939edca5ea5858b66d5fcf789b660df243.tar.bz2
Disabled chunked transfer encoding for 204 responses.
Diffstat (limited to 'test')
-rw-r--r--test/test_python_application.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_python_application.py b/test/test_python_application.py
index f1e2cbf7..e71b6432 100644
--- a/test/test_python_application.py
+++ b/test/test_python_application.py
@@ -60,7 +60,6 @@ class TestUnitPythonApplication(unit.TestUnitApplicationPython):
self.assertEqual(self.get()['headers']['Server-Port'], '7080',
'Server-Port header')
- @unittest.expectedFailure
def test_python_application_204_transfer_encoding(self):
self.load('204_no_content')