File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
dev-packages/node-integration-tests/suites/tracing Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Anthropic from '@anthropic-ai/sdk';
22import * as Sentry from '@sentry/node' ;
33import express from 'express' ;
44
5- const PORT = 3333 ;
5+ const PORT = 3335 ;
66
77function startMockAnthropicServer ( ) {
88 const app = express ( ) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { GoogleGenAI } from '@google/genai';
22import * as Sentry from '@sentry/node' ;
33import express from 'express' ;
44
5- const PORT = 3335 ; // Different port to avoid conflicts
5+ const PORT = 3337 ;
66
77function startMockGoogleGenAIServer ( ) {
88 const app = express ( ) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { GoogleGenAI } from '@google/genai';
22import * as Sentry from '@sentry/node' ;
33import express from 'express' ;
44
5- const PORT = 3333 ;
5+ const PORT = 3336 ;
66
77function startMockGoogleGenAIServer ( ) {
88 const app = express ( ) ;
You can’t perform that action at this time.
0 commit comments