Skip to content

Commit a6b5915

Browse files
Luca ForstnerLms24
andauthored
Update mcp.test.ts
Co-authored-by: Lukas Stracke <[email protected]>
1 parent 45975e6 commit a6b5915

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/e2e-tests/test-applications/node-express/tests

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/node-express/tests/mcp.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { waitForTransaction } from '@sentry-internal/test-utils';
33
import { Client } from '@modelcontextprotocol/sdk/client/index.js';
44
import { SSEClientTransport } from '@modelcontextprotocol/sdk/client/sse.js';
55

6-
test.only('Should record transactions for mcp handlers', async ({ baseURL }) => {
6+
test('Should record transactions for mcp handlers', async ({ baseURL }) => {
77
const transport = new SSEClientTransport(new URL(`${baseURL}/sse`));
88

99
const client = new Client({

0 commit comments

Comments
 (0)