diff --git a/test/__recordings__/HttpClient_3032634686/get_1410115415/should-return-a-result_2976281088/recording.har b/test/__recordings__/HttpClient_3032634686/get_1410115415/should-return-a-result_2976281088/recording.har index 84f7bfa0c..7ab6a4e56 100644 --- a/test/__recordings__/HttpClient_3032634686/get_1410115415/should-return-a-result_2976281088/recording.har +++ b/test/__recordings__/HttpClient_3032634686/get_1410115415/should-return-a-result_2976281088/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "b3b1b482066f3fa509c2b49732a9c1e4", + "_id": "c42f2255b582a829ce7e7e5cbb1b74ff", "_order": 0, "cache": {}, "request": { @@ -76,7 +76,7 @@ }, { "name": "date", - "value": "Thu, 17 Oct 2019 20:21:40 GMT" + "value": "Thu, 17 Oct 2019 20:56:51 GMT" }, { "name": "content-type", @@ -96,7 +96,7 @@ }, { "name": "x-amz-request-id", - "value": "DGTFVV64PJVT9Z62AM5T" + "value": "FPB0WJ3YFD6XZXK2NE3Z" }, { "name": "vary", @@ -104,7 +104,7 @@ }, { "name": "x-amz-rid", - "value": "DGTFVV64PJVT9Z62AM5T" + "value": "FPB0WJ3YFD6XZXK2NE3Z" } ], "headersSize": 386, @@ -113,8 +113,8 @@ "status": 200, "statusText": "OK" }, - "startedDateTime": "2019-10-17T20:21:30.287Z", - "time": 380, + "startedDateTime": "2019-10-17T20:56:40.791Z", + "time": 381, "timings": { "blocked": -1, "connect": -1, @@ -122,7 +122,7 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 380 + "wait": 381 } } ], diff --git a/test/polly.ts b/test/polly.ts index d4424c3e6..839e81a80 100644 --- a/test/polly.ts +++ b/test/polly.ts @@ -20,6 +20,9 @@ export default function(pollyConfig: PollyConfig = {}) { }, recordIfMissing: true, recordFailedRequests: true, + matchRequestsBy: { + headers: false, + }, // overwrite default config ...pollyConfig,