Skip to content

Commit cbb02ca

Browse files
committed
adjust tests smh
1 parent 10f9515 commit cbb02ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dev-packages/e2e-tests/test-applications/nextjs-orpc/tests/orpc-tracing.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ test('should trace orpc server component', async ({ page }) => {
4242
'http.method': 'POST',
4343
'http.target': '/rpc/planet/list',
4444
'next.rsc': false,
45-
'http.route': '/rpc/[[...rest]]/route',
45+
'http.route': '/rpc/[[...rest]]',
4646
'next.route': '/rpc/[[...rest]]',
4747
'http.status_code': 200,
4848
},
@@ -99,7 +99,7 @@ test('should trace orpc client component', async ({ page }) => {
9999
'http.method': 'POST',
100100
'http.target': '/rpc/planet/find',
101101
'next.rsc': false,
102-
'http.route': '/rpc/[[...rest]]/route',
102+
'http.route': '/rpc/[[...rest]]',
103103
'next.route': '/rpc/[[...rest]]',
104104
'http.status_code': 200,
105105
},

0 commit comments

Comments
 (0)