aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+}