Skip to content

Commit 9d362f4

Browse files
committed
fix test
1 parent 2252dc6 commit 9d362f4

File tree

1 file changed

+2
-1
lines changed
  • packages/browser-integration-tests/suites/integrations/Breadcrumbs/xhr/post

1 file changed

+2
-1
lines changed

packages/browser-integration-tests/suites/integrations/Breadcrumbs/xhr/post/test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ sentryTest('captures Breadcrumb for POST request', async ({ getLocalTestPath, pa
2323

2424
expect(eventData.exception?.values).toHaveLength(1);
2525

26+
// TODO: Run this
2627
expect(eventData?.breadcrumbs?.length).toBe(1);
2728
expect(eventData!.breadcrumbs![0]).toEqual({
2829
timestamp: expect.any(Number),
@@ -31,7 +32,7 @@ sentryTest('captures Breadcrumb for POST request', async ({ getLocalTestPath, pa
3132
data: {
3233
method: 'POST',
3334
status_code: 200,
34-
url: 'http://localhost:7654/foo2',
35+
url: 'http://localhost:7654/foo',
3536
},
3637
});
3738
});

0 commit comments

Comments
 (0)