Skip to content

Commit 0657166

Browse files
committed
Wild guess
1 parent b6c465f commit 0657166

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/browser-integration-tests/suites/replay/extendNetworkBreadcrumbs/fetch/captureRequestSize

1 file changed

+1
-1
lines changed

dev-packages/browser-integration-tests/suites/replay/extendNetworkBreadcrumbs/fetch/captureRequestSize/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ sentryTest('captures request size from non-text request body', async ({ getLocal
122122
/* eslint-disable */
123123
const blob = new Blob(['<html>Hello world!!</html>'], { type: 'text/html' });
124124

125-
fetch('http://localhost:7654/foo', {
125+
return fetch('http://localhost:7654/foo', {
126126
method: 'POST',
127127
body: blob,
128128
}).then(() => {

0 commit comments

Comments
 (0)