Skip to content

Commit

Permalink
fix test flakiness (webkit, http.request attributes)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Apr 25, 2024
1 parent 46044e4 commit 78f1279
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sentryTest(
});

expect(spanEnvelopeItem).toEqual({
data: {
data: expect.objectContaining({
'http.method': 'GET',
'http.response.status_code': 200,
'http.response_content_length': expect.any(Number),
Expand All @@ -74,7 +74,7 @@ sentryTest(
'server.address': 'example.com',
type: 'fetch',
url: 'http://example.com/0',
},
}),
description: 'GET http://example.com/0',
op: 'http.client',
origin: 'auto.http.browser',
Expand Down

0 comments on commit 78f1279

Please sign in to comment.