Skip to content

Commit b84e85f

Browse files
committed
Fix e2e fastify test
1 parent 926a31c commit b84e85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/nestjs-fastify/tests/transactions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ test('Sends an API route transaction', async ({ baseURL }) => {
9797
component: '@nestjs/core',
9898
'nestjs.version': expect.any(String),
9999
'nestjs.type': 'request_context',
100-
'http.request.method': 'GET',
100+
'http.method': 'GET',
101101
'http.url': '/test-transaction',
102102
'http.route': '/test-transaction',
103103
'nestjs.controller': 'AppController',

0 commit comments

Comments
 (0)