summaryrefslogtreecommitdiffhomepage
path: root/test/unit/feature
diff options
context:
space:
mode:
authorTiago Natel <t.nateldemoura@f5.com>2019-11-26 15:58:25 +0000
committerTiago Natel <t.nateldemoura@f5.com>2019-11-26 15:58:25 +0000
commit01103c50055abef3640cef57d820567931bb3518 (patch)
tree149709cb399400242d1b12635a5c86828d3173df /test/unit/feature
parent4eecf1cb6ad520458e595313dc65e3e75405a252 (diff)
downloadunit-01103c50055abef3640cef57d820567931bb3518.tar.gz
unit-01103c50055abef3640cef57d820567931bb3518.tar.bz2
Tests: parsing of "Transfer-Encoding: chunked" responses.
Diffstat (limited to 'test/unit/feature')
-rw-r--r--test/unit/feature/isolation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/feature/isolation.py b/test/unit/feature/isolation.py
index 9b06ab3c..6a429fb1 100644
--- a/test/unit/feature/isolation.py
+++ b/test/unit/feature/isolation.py
@@ -84,4 +84,4 @@ class TestFeatureIsolation(TestApplicationProto):
return data
def parsejson(self, data):
- return json.loads(data.split('\n')[1])
+ return json.loads(data)