Skip to content

Commit 017de10

Browse files
cheeJakeChampion
andauthored
Update fetch.test.ts
Co-authored-by: Jake Champion <[email protected]>
1 parent c7784c3 commit 017de10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/otel/src/instrumentations/fetch.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ describe('header exclusion', () => {
8585
})
8686
})
8787

88-
describe('patched fetch', async () => {
88+
describe('patched fetch', () => {
8989
const server = setupServer(
9090
// eslint-disable-next-line @typescript-eslint/no-unsafe-return, @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access
9191
http.get('http://localhost:3000/ok', () => HttpResponse.json({ message: 'ok' })),

0 commit comments

Comments
 (0)