Skip to content

Commit 94e18a7

Browse files
committed
remove outdated comments
1 parent 78dff8a commit 94e18a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-packages/e2e-tests/test-applications/astro-5/tests/tracing.dynamic.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ test.describe('nested SSR routes (client, server, server request)', () => {
243243
},
244244
});
245245

246-
// Server HTTP request transaction - should be parametrized (todo: currently not parametrized)
246+
// Server HTTP request transaction
247247
expect(serverHTTPServerRequestTxn).toMatchObject({
248248
transaction: 'GET /api/user/[userId].json',
249249
transaction_info: { source: 'route' },
@@ -330,7 +330,7 @@ test.describe('parametrized vs static paths', () => {
330330
const serverPageRequestTxn = await serverPageRequestTxnPromise;
331331

332332
expect(clientPageloadTxn).toMatchObject({
333-
transaction: '/user-page/settings', // todo: parametrize to '/catchAll/[...path]'
333+
transaction: '/user-page/settings',
334334
transaction_info: { source: 'url' },
335335
contexts: {
336336
trace: {

0 commit comments

Comments
 (0)