Skip to content

Commit 390e0e8

Browse files
committed
fix test
1 parent 9f86f39 commit 390e0e8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/vercel-edge/test/wintercg-fetch.test.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,12 @@ describe('WinterCGFetch instrumentation', () => {
165165
expect(addBreadcrumbSpy).toBeCalledWith(
166166
{
167167
category: 'fetch',
168-
data: { method: 'POST', status_code: 201, url: 'http://my-website.com/' },
168+
data: {
169+
method: 'POST',
170+
status_code: 201,
171+
url: 'http://my-website.com/',
172+
__span: expect.any(String),
173+
},
169174
type: 'http',
170175
},
171176
{

0 commit comments

Comments
 (0)