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

Commit

Permalink
test: adds Polly recordings
Browse files Browse the repository at this point in the history
  • Loading branch information
Scale Bot committed Jul 7, 2020
1 parent 56029b1 commit 14ce93c
Showing 1 changed file with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
},
"entries": [
{
"_id": "e4330b934b4db85c360613514fcd61e0",
"_id": "f4dcbcf9cac1c5fa145babe89fc0f179",
"_order": 0,
"cache": {},
"request": {
"bodySize": 304,
"bodySize": 308,
"cookies": [],
"headers": [
{
Expand All @@ -29,7 +29,7 @@
},
{
"name": "content-length",
"value": 304
"value": 308
},
{
"name": "host",
Expand All @@ -42,17 +42,17 @@
"postData": {
"mimeType": "application/x-www-form-urlencoded",
"params": [],
"text": "AWSAccessKeyId=x&Action=GetServiceStatus&MWSAuthToken=x&SellerId=x&Signature=FIoNSlXUz3tlsNJb3Nkaflcx5hU%2FTiO2CmRMyLob1bM%3D&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2020-07-07T00%3A35%3A30.055Z&Version=2018-11-01"
"text": "AWSAccessKeyId=x&Action=GetServiceStatus&MWSAuthToken=x&SellerId=x&Signature=5fxStlvaN0p%2FURIedwduuCqmUEADk9%2FnT2muTCwh%2FbY%3D&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2020-07-07T00%3A46%3A55.873Z&Version=2018-09-01"
},
"queryString": [],
"url": "https://mws.amazonservices.ca/ShipmentInvoicing/2018-11-01"
"url": "https://mws.amazonservices.ca/ShipmentInvoicing/2018-09-01"
},
"response": {
"bodySize": 305,
"bodySize": 386,
"content": {
"mimeType": "text/xml",
"size": 305,
"text": "<?xml version=\"1.0\"?>\n<ErrorResponse xmlns=\"https://mws.amazonservices.com/\">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidAddress</Code>\n <Message>Section ShipmentInvoicing/2018-11-01 is invalid</Message>\n </Error>\n <RequestID>40b0e748-2fa1-4f60-b400-15b7f772dba2</RequestID>\n</ErrorResponse>\n"
"size": 386,
"text": "<?xml version=\"1.0\"?>\n<GetServiceStatusResponse xmlns=\"https://mws.amazonservices.com/ShipmentInvoicing/2018-09-01\">\n <GetServiceStatusResult>\n <Status>GREEN</Status>\n <Timestamp>2020-07-07T00:46:56.154Z</Timestamp>\n </GetServiceStatusResult>\n <ResponseMetadata>\n <RequestId>edc2c022-eec5-40bd-94e4-08829aab1aa7</RequestId>\n </ResponseMetadata>\n</GetServiceStatusResponse>\n"
},
"cookies": [],
"headers": [
Expand All @@ -62,57 +62,57 @@
},
{
"name": "date",
"value": "Tue, 07 Jul 2020 00:35:30 GMT"
"value": "Tue, 07 Jul 2020 00:46:56 GMT"
},
{
"name": "content-type",
"value": "text/xml"
},
{
"name": "content-length",
"value": "305"
"value": "386"
},
{
"name": "connection",
"value": "close"
},
{
"name": "x-mws-request-id",
"value": "40b0e748-2fa1-4f60-b400-15b7f772dba2"
"value": "edc2c022-eec5-40bd-94e4-08829aab1aa7"
},
{
"name": "x-mws-timestamp",
"value": "2020-07-07T00:35:30.402Z"
"value": "2020-07-07T00:46:56.154Z"
},
{
"name": "x-mws-response-context",
"value": "sZYoKXfrPSJGkKCDGEun5HJWYeke/kvcW1rAlBTagPzcIOOgc3zP+TEXZ3iha6iXBJka/iUxcio="
"value": "pHn9ivrdqNaHdJK9nTQL9plcdo5MSHgjAS+fa355SOYSrtZvIB7btnGpim3+JF/pl7tXAHNnjF4="
},
{
"name": "vary",
"value": "Content-Type,Accept-Encoding,X-Amzn-CDN-Cache,X-Amzn-AX-Treatment,User-Agent"
},
{
"name": "x-amz-rid",
"value": "7ACE9726CAYYDC3MJYGN"
"value": "2WFZP19R91YE1YJGSN3P"
}
],
"headersSize": 437,
"httpVersion": "HTTP/1.1",
"redirectURL": "",
"status": 404,
"statusText": "Not Found"
"status": 200,
"statusText": "OK"
},
"startedDateTime": "2020-07-07T00:35:30.068Z",
"time": 362,
"startedDateTime": "2020-07-07T00:46:55.884Z",
"time": 281,
"timings": {
"blocked": -1,
"connect": -1,
"dns": -1,
"receive": 0,
"send": 0,
"ssl": -1,
"wait": 362
"wait": 281
}
}
],
Expand Down

0 comments on commit 14ce93c

Please sign in to comment.