Skip to content

Commit

Permalink
test(percy): Update mock.har
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Oct 3, 2023
1 parent f982d0d commit 8e8edde
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions percy/mock.har
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,42 @@
"_blocked_queueing": 8.100999999442138
}
},
{
"request": {
"bodySize": 118,
"method": "POST",
"url": "http://localhost:9999/otp2/routers/default/index/graphql",
"httpVersion": "HTTP/2",
"queryString": [],
"postData": {
"mimeType": "application/json",
"text": "{\"query\":\"{\\n serviceTimeRange {\\n start\\n end\\n }\\n }\",\"variables\":{}}"
}
},
"response": {
"status": 200,
"statusText": "",
"httpVersion": "HTTP/2",
"content": {
"mimeType": "application/json",
"size": 67,
"text": "{\"data\":{\"serviceTimeRange\":{\"start\":1661745600,\"end\":1735707600}}}"
},
"headersSize": 502,
"bodySize": 569
},
"cache": {},
"timings": {
"blocked": -1,
"dns": 0,
"connect": 0,
"ssl": 0,
"send": 0,
"wait": 204,
"receive": 0
},
"time": 204
},
{
"request": {
"method": "GET",
Expand Down

0 comments on commit 8e8edde

Please sign in to comment.