Skip to content

Commit 11d2c5d

Browse files
committed
Update fastify-3 e2e test proxy name
1 parent bf5bbce commit 11d2c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ test('Sends an API route transaction', async ({ baseURL }) => {
126126
});
127127

128128
test('Captures request metadata', async ({ baseURL }) => {
129-
const transactionEventPromise = waitForTransaction('node-fastify', transactionEvent => {
129+
const transactionEventPromise = waitForTransaction('node-fastify-3', transactionEvent => {
130130
return (
131131
transactionEvent?.contexts?.trace?.op === 'http.server' && transactionEvent?.transaction === 'POST /test-post'
132132
);

0 commit comments

Comments
 (0)