Skip to content

Commit 8ae8d8d

Browse files
author
Luca Forstner
committed
Rename
1 parent 57c7026 commit 8ae8d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/nextjs-app-dir/tests/request-instrumentation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { expect, test } from '@playwright/test';
22
import { waitForTransaction } from '../event-proxy-server';
33

4-
test('Should send a transaction with a fetch span', async ({ request }) => {
4+
test('Should send a transaction with a http span', async ({ request }) => {
55
const transactionPromise = waitForTransaction('nextjs-13-app-dir', async transactionEvent => {
66
return transactionEvent?.transaction === 'GET /api/request-instrumentation';
77
});

0 commit comments

Comments
 (0)