Skip to content

Commit 9351499

Browse files
committed
tests: try without paramaterization
1 parent 2516846 commit 9351499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/nextjs-13/tests/server/pages-router-api-endpoints.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ test('Should report an error event for errors thrown in pages router api routes'
88

99
const transactionEventPromise = waitForTransaction('nextjs-13', transactionEvent => {
1010
return (
11-
transactionEvent.transaction === 'GET /api/[param]/failure-api-route' &&
11+
transactionEvent.transaction === 'GET /api/foo/failure-api-route' &&
1212
transactionEvent.contexts?.trace?.op === 'http.server'
1313
);
1414
});

0 commit comments

Comments
 (0)