Skip to content

Commit 971684b

Browse files
committed
fix missing eslint ignore after rebase :(
1 parent 1b515f9 commit 971684b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ describe('tracing', () => {
7878

7979
// our span is at index 1 because the transaction itself is at index 0
8080
expect(spanToJSON(spans[1]).description).toEqual('GET http://dogs.are.great/');
81+
// eslint-disable-next-line deprecation/deprecation
8182
expect(spans[1].op).toEqual('http.client');
8283
expect(spanToJSON(spans[1]).op).toEqual('http.client');
8384
});

0 commit comments

Comments
 (0)