diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-05-29 22:30:15 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-05-29 22:30:15 +0200 |
commit | fb0b59124246b8745528679a766491aa74801679 (patch) | |
tree | 63189deddf750847833597239da83dff43a74c79 | |
parent | e723c2d6ad92e588c4d52af2d7c50fbec182e653 (diff) | |
download | mitmproxy-fb0b59124246b8745528679a766491aa74801679.tar.gz mitmproxy-fb0b59124246b8745528679a766491aa74801679.tar.bz2 mitmproxy-fb0b59124246b8745528679a766491aa74801679.zip |
fix har test
-rw-r--r-- | test/mitmproxy/data/har_extractor.har | 10 |
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 +} |