Skip to content

Commit ad4a26a

Browse files
committed
formatting
1 parent a597ea0 commit ad4a26a

File tree

1 file changed

+3
-3
lines changed
  • dev-packages/browser-integration-tests/suites/replay/extendNetworkBreadcrumbs/fetch/captureResponseHeaders

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ sentryTest('handles empty headers', async ({ getLocalTestPath, page, browserName
4545
});
4646
}),
4747
requestPromise,
48-
]);
48+
]);
4949

5050
const eventData = envelopeRequestParser(request);
5151

@@ -121,7 +121,7 @@ sentryTest('captures response headers', async ({ getLocalTestPath, page }) => {
121121
});
122122
}),
123123
requestPromise,
124-
]);
124+
]);
125125

126126
const eventData = envelopeRequestParser(request);
127127

@@ -203,7 +203,7 @@ sentryTest('does not capture response headers if URL does not match', async ({ g
203203
});
204204
}),
205205
requestPromise,
206-
]);
206+
]);
207207

208208
const eventData = envelopeRequestParser(request);
209209

0 commit comments

Comments
 (0)