Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Update tests recordings
Browse files Browse the repository at this point in the history
  • Loading branch information
jehisonprada committed Apr 12, 2024
1 parent f0c4886 commit eb2e83f
Show file tree
Hide file tree
Showing 17 changed files with 350 additions and 2,155 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"entries": [
{
"_id": "e592b22b7f6bab2fb96b83b13ec7288e",
"_id": "2503f5486e2bd9dc95b102408306c10e",
"_order": 0,
"cache": {},
"request": {
Expand Down Expand Up @@ -42,14 +42,14 @@
},
{
"name": "host",
"value": "localhost:9001"
"value": "127.0.0.1:9000"
}
],
"headersSize": 242,
"httpVersion": "HTTP/1.1",
"method": "GET",
"queryString": [],
"url": "http://localhost:9001/api/system/info"
"url": "http://127.0.0.1:9000/api/system/info"
},
"response": {
"bodySize": 0,
Expand Down Expand Up @@ -89,7 +89,7 @@
},
{
"name": "date",
"value": "Fri, 12 Apr 2024 01:24:45 GMT"
"value": "Fri, 12 Apr 2024 14:45:31 GMT"
},
{
"name": "connection",
Expand All @@ -102,16 +102,16 @@
"status": 401,
"statusText": "Unauthorized"
},
"startedDateTime": "2024-04-12T01:24:45.793Z",
"time": 81,
"startedDateTime": "2024-04-12T14:45:31.138Z",
"time": 63,
"timings": {
"blocked": -1,
"connect": -1,
"dns": -1,
"receive": 0,
"send": 0,
"ssl": -1,
"wait": 81
"wait": 63
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
},
{
"name": "date",
"value": "Thu, 11 Apr 2024 23:36:12 GMT"
"value": "Fri, 12 Apr 2024 14:45:31 GMT"
},
{
"name": "expires",
"value": "Thu, 18 Apr 2024 23:36:12 GMT"
"value": "Fri, 19 Apr 2024 14:45:31 GMT"
},
{
"name": "server",
Expand All @@ -95,16 +95,16 @@
"status": 500,
"statusText": "Internal Server Error"
},
"startedDateTime": "2024-04-11T23:36:12.146Z",
"time": 321,
"startedDateTime": "2024-04-12T14:45:31.222Z",
"time": 382,
"timings": {
"blocked": -1,
"connect": -1,
"dns": -1,
"receive": 0,
"send": 0,
"ssl": -1,
"wait": 321
"wait": 382
}
}
],
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit eb2e83f

Please sign in to comment.