Skip to content

Commit

Permalink
test: revert recording file
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyentoanit committed Oct 20, 2019
1 parent 71e141c commit 6893763
Showing 1 changed file with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{
"_fromType": "array",
"name": "amazon-advertising-api-scope",
"value": "-1"
"value": "2984328618318898"
},
{
"_fromType": "array",
Expand All @@ -55,18 +55,18 @@
"value": "advertising-api-test.amazon.com"
}
],
"headersSize": 335,
"headersSize": 349,
"httpVersion": "HTTP/1.1",
"method": "GET",
"queryString": [],
"url": "https://advertising-api-test.amazon.com/v2/profiles"
},
"response": {
"bodySize": 92,
"bodySize": 864,
"content": {
"mimeType": "application/json",
"size": 92,
"text": "{\"code\":\"UNAUTHORIZED\",\"details\":\"HTTP 401 Unauthorized\",\"requestId\":\"M7PER49EV8SNQ2GTB5NP\"}"
"size": 864,
"text": "[{\"profileId\":2984328618318898,\"countryCode\":\"US\",\"currencyCode\":\"USD\",\"dailyBudget\":340.0,\"timezone\":\"America/Los_Angeles\",\"accountInfo\":{\"marketplaceStringId\":\"ATVPDKIKX0DER\",\"id\":\"AUZWHWR0590BC\",\"type\":\"seller\"}},{\"profileId\":1350266456614264,\"countryCode\":\"CA\",\"currencyCode\":\"CAD\",\"dailyBudget\":0.0,\"timezone\":\"America/Los_Angeles\",\"accountInfo\":{\"marketplaceStringId\":\"A2EUQ1WTGCTBG2\",\"id\":\"AUZWHWR0590BC\",\"type\":\"seller\"}},{\"profileId\":4383529933717909,\"countryCode\":\"UK\",\"currencyCode\":\"GBP\",\"dailyBudget\":0.0,\"timezone\":\"Europe/London\",\"accountInfo\":{\"marketplaceStringId\":\"A1F83G8C2ARO7P\",\"id\":\"AUZWHWR0590BC\",\"type\":\"seller\"}},{\"profileId\":2973802954634317,\"countryCode\":\"US\",\"currencyCode\":\"USD\",\"timezone\":\"America/Los_Angeles\",\"accountInfo\":{\"marketplaceStringId\":\"ATVPDKIKX0DER\",\"id\":\"ENTITY_692466442578862883903374\",\"type\":\"vendor\",\"name\":\"yay\"}}]"
},
"cookies": [],
"headers": [
Expand All @@ -76,7 +76,7 @@
},
{
"name": "date",
"value": "Sun, 20 Oct 2019 08:36:59 GMT"
"value": "Thu, 17 Oct 2019 20:56:51 GMT"
},
{
"name": "content-type",
Expand All @@ -96,33 +96,33 @@
},
{
"name": "x-amz-request-id",
"value": "M7PER49EV8SNQ2GTB5NP"
"value": "FPB0WJ3YFD6XZXK2NE3Z"
},
{
"name": "vary",
"value": "Accept-Encoding,X-Amzn-CDN-Cache,X-Amzn-AX-Treatment,User-Agent"
},
{
"name": "x-amz-rid",
"value": "M7PER49EV8SNQ2GTB5NP"
"value": "FPB0WJ3YFD6XZXK2NE3Z"
}
],
"headersSize": 386,
"httpVersion": "HTTP/1.1",
"redirectURL": "",
"status": 401,
"statusText": "Unauthorized"
"status": 200,
"statusText": "OK"
},
"startedDateTime": "2019-10-20T08:36:59.792Z",
"time": 1277,
"startedDateTime": "2019-10-17T20:56:40.791Z",
"time": 381,
"timings": {
"blocked": -1,
"connect": -1,
"dns": -1,
"receive": 0,
"send": 0,
"ssl": -1,
"wait": 1277
"wait": 381
}
}
],
Expand Down

0 comments on commit 6893763

Please sign in to comment.