Skip to content

Commit afd4f14

Browse files
committed
fix test
1 parent 5335050 commit afd4f14

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎packages/browser/test/integrations/httpclient.test.ts‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ describe('httpClientIntegration', () => {
2626
const client = new BrowserClient(getDefaultBrowserClientOptions(options));
2727

2828
vi.spyOn(SentryCore, 'getClient').mockReturnValue(client);
29-
vi.spyOn(SentryCore, 'supportsNativeFetch').mockReturnValue(true);
3029
const addFetchSpy = vi
3130
.spyOn(SentryCore, 'addFetchInstrumentationHandler')
3231
.mockImplementation(() => () => undefined);

0 commit comments

Comments
 (0)