Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
k-fish committed Jun 27, 2023
1 parent 1abbe42 commit 12da836
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ sentryTest('should create fetch spans with http timing', async ({ getLocalTestPa
timestamp: expect.any(Number),
trace_id: tracingEvent.contexts?.trace?.trace_id,
data: expect.objectContaining({
'http.client.connectStart': expect.any(Number),
'http.client.requestStart': expect.any(Number),
'http.client.responseStart': expect.any(Number),
'http.client.connect_start': expect.any(Number),
'http.client.request_start': expect.any(Number),
'http.client.response_start': expect.any(Number),
'network.protocol.version': expect.any(String),
}),
}),
Expand Down

0 comments on commit 12da836

Please sign in to comment.