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 Jun 30, 2020
1 parent 49c4859 commit ab64a80
Showing 1 changed file with 122 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
{
"log": {
"_recordingName": "MerchantFulfillment/should be able to query service status",
"creator": {
"comment": "persister:fs",
"name": "Polly.JS",
"version": "4.3.0"
},
"entries": [
{
"_id": "fe1a8e2c7744c88111760178ecfc3c73",
"_order": 0,
"cache": {},
"request": {
"bodySize": 302,
"cookies": [],
"headers": [
{
"name": "accept",
"value": "application/json, text/plain, */*"
},
{
"name": "content-type",
"value": "application/x-www-form-urlencoded"
},
{
"name": "user-agent",
"value": "@scaleleap/amazon-mws-api-sdk/1.0.0 (Language=JavaScript)"
},
{
"name": "content-length",
"value": 302
},
{
"name": "host",
"value": "mws.amazonservices.ca"
}
],
"headersSize": 291,
"httpVersion": "HTTP/1.1",
"method": "POST",
"postData": {
"mimeType": "application/x-www-form-urlencoded",
"params": [],
"text": "AWSAccessKeyId=x&Action=GetServiceStatus&MWSAuthToken=x&SellerId=x&Signature=JZFEwr5ZaiHEJiuf8grJJldmJsm8N4zNMAo72s40vuU%3D&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2020-06-30T12%3A07%3A55.313Z&Version=2015-06-01"
},
"queryString": [],
"url": "https://mws.amazonservices.ca/MerchantFulfillment/2015-06-01"
},
"response": {
"bodySize": 387,
"content": {
"mimeType": "text/xml",
"size": 387,
"text": "<?xml version=\"1.0\"?>\n<GetServiceStatusResponse xmlns=\"http://mws.amazonservices.com/MerchantFulfillment/2015-06-01\">\n <GetServiceStatusResult>\n <Status>GREEN</Status>\n <Timestamp>2020-06-30T12:07:55.535Z</Timestamp>\n </GetServiceStatusResult>\n <ResponseMetadata>\n <RequestId>6aa39613-d731-465c-a5a1-50b39846b27c</RequestId>\n </ResponseMetadata>\n</GetServiceStatusResponse>\n"
},
"cookies": [],
"headers": [
{
"name": "server",
"value": "Server"
},
{
"name": "date",
"value": "Tue, 30 Jun 2020 12:07:55 GMT"
},
{
"name": "content-type",
"value": "text/xml"
},
{
"name": "content-length",
"value": "387"
},
{
"name": "connection",
"value": "close"
},
{
"name": "x-mws-request-id",
"value": "6aa39613-d731-465c-a5a1-50b39846b27c"
},
{
"name": "x-mws-timestamp",
"value": "2020-06-30T12:07:55.535Z"
},
{
"name": "x-mws-response-context",
"value": "Gkj8JB2nwDsn9iTu+LqMkhyvCj2ys6R2ez7OLhKLSwrfoY0bXeu5QGcjiqF9cD3Vk7jXCtj2O1M="
},
{
"name": "vary",
"value": "Content-Type,Accept-Encoding,X-Amzn-CDN-Cache,X-Amzn-AX-Treatment,User-Agent"
},
{
"name": "x-amz-rid",
"value": "8AYW1DBW7CPJFPDKF2KE"
}
],
"headersSize": 437,
"httpVersion": "HTTP/1.1",
"redirectURL": "",
"status": 200,
"statusText": "OK"
},
"startedDateTime": "2020-06-30T12:07:55.324Z",
"time": 223,
"timings": {
"blocked": -1,
"connect": -1,
"dns": -1,
"receive": 0,
"send": 0,
"ssl": -1,
"wait": 223
}
}
],
"pages": [],
"version": "1.2"
}
}

0 comments on commit ab64a80

Please sign in to comment.