File tree 2 files changed +4
-4
lines changed
packages/node-experimental/test/transports
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ function setupTestServer(
53
53
res . connection ?. end ( ) ;
54
54
} ) ;
55
55
56
- testServer . listen ( 18099 ) ;
56
+ testServer . listen ( 18100 ) ;
57
57
58
58
return new Promise ( resolve => {
59
59
testServer ?. on ( 'listening' , resolve ) ;
60
60
} ) ;
61
61
}
62
62
63
- const TEST_SERVER_URL = 'http://localhost:18099 ' ;
63
+ const TEST_SERVER_URL = 'http://localhost:18100 ' ;
64
64
65
65
const EVENT_ENVELOPE = createEnvelope < EventEnvelope > ( { event_id : 'aa3ff046696b4bc6b609ce6d28fde9e2' , sent_at : '123' } , [
66
66
[ { type : 'event' } , { event_id : 'aa3ff046696b4bc6b609ce6d28fde9e2' } ] as EventItem ,
Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ function setupTestServer(
53
53
res . connection ?. end ( ) ;
54
54
} ) ;
55
55
56
- testServer . listen ( 8099 ) ;
56
+ testServer . listen ( 8100 ) ;
57
57
58
58
return new Promise ( resolve => {
59
59
testServer ?. on ( 'listening' , resolve ) ;
60
60
} ) ;
61
61
}
62
62
63
- const TEST_SERVER_URL = 'https://localhost:8099 ' ;
63
+ const TEST_SERVER_URL = 'https://localhost:8100 ' ;
64
64
65
65
const EVENT_ENVELOPE = createEnvelope < EventEnvelope > ( { event_id : 'aa3ff046696b4bc6b609ce6d28fde9e2' , sent_at : '123' } , [
66
66
[ { type : 'event' } , { event_id : 'aa3ff046696b4bc6b609ce6d28fde9e2' } ] as EventItem ,
You can’t perform that action at this time.
0 commit comments