Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
berndfuhrmann committed Nov 22, 2024
1 parent e756696 commit 96043e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk_contrib/fetch/test/unit/fetch_p.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ describe('Unit tests', function () {

it('short circuits if headers include trace ID', async function () {
const activeFetch = captureFetch(true);
const request = new Request('https://www.foo.com', {
const request = new FetchRequest('https://www.foo.com', {
headers: {
'X-Amzn-Trace-Id': '12345'
}
Expand Down

0 comments on commit 96043e3

Please sign in to comment.