Skip to content

Commit 1a3503c

Browse files
Lms24andreiborza
andauthored
Update dev-packages/browser-integration-tests/suites/public-api/diagnoseSdkConnectivity/test.ts
Co-authored-by: Andrei <168741329+andreiborza@users.noreply.github.com>
1 parent e99dbc9 commit 1a3503c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dev-packages/browser-integration-tests/suites/public-api/diagnoseSdkConnectivity

dev-packages/browser-integration-tests/suites/public-api/diagnoseSdkConnectivity/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sentryTest('makes a call to sentry.io to diagnose SDK connectivity', async ({ ge
3030

3131
const pageLoadEvent = envelopeRequestParser(await pageloadRequestPromise);
3232

33-
// udnefined is expected and means the request was successful
33+
// undefined is expected and means the request was successful
3434
expect(await diagnoseMessagePromise).toEqual('SDK connectivity: undefined');
3535

3636
// the request to sentry.io should not be traced, hence no http.client span should be sent.

0 commit comments

Comments
 (0)