Skip to content

Commit 83d10e2

Browse files
committed
fix test
1 parent 2d564e6 commit 83d10e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/test/integrations/http.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ describe('tracing', () => {
5252

5353
// our span is at index 1 because the transaction itself is at index 0
5454
expect(spans[1].description).toEqual('GET http://dogs.are.great/');
55-
expect(spans[1].op).toEqual('request');
55+
expect(spans[1].op).toEqual('http.client');
5656
});
5757

5858
it("doesn't create a span for outgoing sentry requests", () => {

0 commit comments

Comments
 (0)