aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-05-29 22:30:15 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-05-29 22:30:15 +0200
commitfb0b59124246b8745528679a766491aa74801679 (patch)
tree63189deddf750847833597239da83dff43a74c79 /test
parente723c2d6ad92e588c4d52af2d7c50fbec182e653 (diff)
downloadmitmproxy-fb0b59124246b8745528679a766491aa74801679.tar.gz
mitmproxy-fb0b59124246b8745528679a766491aa74801679.tar.bz2
mitmproxy-fb0b59124246b8745528679a766491aa74801679.zip
fix har test
Diffstat (limited to 'test')
-rw-r--r--test/mitmproxy/data/har_extractor.har10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/mitmproxy/data/har_extractor.har b/test/mitmproxy/data/har_extractor.har
index 2f5099b3..6b5e2994 100644
--- a/test/mitmproxy/data/har_extractor.har
+++ b/test/mitmproxy/data/har_extractor.har
@@ -58,12 +58,12 @@
},
"headers": [
{
- "name": "content-length",
- "value": "7"
- },
- {
"name": "header-response",
"value": "svalue"
+ },
+ {
+ "name": "content-length",
+ "value": "7"
}
],
"headersSize": 44,
@@ -75,4 +75,4 @@
]
}
}
-} \ No newline at end of file
+}