aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-06-14 10:03:13 -0700
committerGitHub <noreply@github.com>2016-06-14 10:03:13 -0700
commit26fe7dc87d83acca8541a618f105e6d5532cf55f (patch)
tree55e9a880081f6b129917d6d9d45be21b4bf1225e /test
parenta63817f2b8539cab0b645e0eda772daeaf898ed3 (diff)
parentc2d0910e593faf34bae37f5c9b5cfaae509bdf8c (diff)
downloadmitmproxy-26fe7dc87d83acca8541a618f105e6d5532cf55f.tar.gz
mitmproxy-26fe7dc87d83acca8541a618f105e6d5532cf55f.tar.bz2
mitmproxy-26fe7dc87d83acca8541a618f105e6d5532cf55f.zip
Merge pull request #1257 from tdickers/master
Make har_extractor.py output HAR 1.2 spec-compliant
Diffstat (limited to 'test')
-rw-r--r--test/mitmproxy/data/har_extractor.har7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/mitmproxy/data/har_extractor.har b/test/mitmproxy/data/har_extractor.har
index 6b5e2994..d80dc55f 100644
--- a/test/mitmproxy/data/har_extractor.har
+++ b/test/mitmproxy/data/har_extractor.har
@@ -10,15 +10,16 @@
},
"pages": [
{
- "startedDateTime": "1993-08-24T14:41:12",
+ "startedDateTime": "1993-08-24T14:41:12+00:00",
"id": "autopage_1",
- "title": "http://address:22/path"
+ "title": "http://address:22/path",
+ "pageTimings": {}
}
],
"entries": [
{
"pageref": "autopage_1",
- "startedDateTime": "1993-08-24T14:41:12",
+ "startedDateTime": "1993-08-24T14:41:12+00:00",
"cache": {},
"request": {
"cookies": [],