File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/node-experimental/test/transports Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ function setupTestServer(
5353 res . connection ?. end ( ) ;
5454 } ) ;
5555
56- testServer . listen ( 18099 ) ;
56+ testServer . listen ( 18100 ) ;
5757
5858 return new Promise ( resolve => {
5959 testServer ?. on ( 'listening' , resolve ) ;
6060 } ) ;
6161}
6262
63- const TEST_SERVER_URL = 'http://localhost:18099 ' ;
63+ const TEST_SERVER_URL = 'http://localhost:18100 ' ;
6464
6565const EVENT_ENVELOPE = createEnvelope < EventEnvelope > ( { event_id : 'aa3ff046696b4bc6b609ce6d28fde9e2' , sent_at : '123' } , [
6666 [ { type : 'event' } , { event_id : 'aa3ff046696b4bc6b609ce6d28fde9e2' } ] as EventItem ,
Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ function setupTestServer(
5353 res . connection ?. end ( ) ;
5454 } ) ;
5555
56- testServer . listen ( 8099 ) ;
56+ testServer . listen ( 8100 ) ;
5757
5858 return new Promise ( resolve => {
5959 testServer ?. on ( 'listening' , resolve ) ;
6060 } ) ;
6161}
6262
63- const TEST_SERVER_URL = 'https://localhost:8099 ' ;
63+ const TEST_SERVER_URL = 'https://localhost:8100 ' ;
6464
6565const EVENT_ENVELOPE = createEnvelope < EventEnvelope > ( { event_id : 'aa3ff046696b4bc6b609ce6d28fde9e2' , sent_at : '123' } , [
6666 [ { type : 'event' } , { event_id : 'aa3ff046696b4bc6b609ce6d28fde9e2' } ] as EventItem ,
You can’t perform that action at this time.
0 commit comments