@@ -14,7 +14,7 @@ describe('EventPluginManager', () => {
1414 it ( 'should add items to the event.' , ( done ) => {
1515 const client = new ExceptionlessClient ( {
1616 apiKey : 'LhhP1C9gijpSKCslHHCvwdSIz298twx271n1l6xw' ,
17- serverUrl : 'http://localhost:50000 '
17+ serverUrl : 'http://localhost:5000 '
1818 } ) ;
1919
2020 const context = new EventPluginContext ( client , { } , new ContextData ( ) ) ;
@@ -56,7 +56,7 @@ describe('EventPluginManager', () => {
5656 it ( 'setting cancel should stop plugin execution.' , ( done ) => {
5757 const client = new ExceptionlessClient ( {
5858 apiKey : 'LhhP1C9gijpSKCslHHCvwdSIz298twx271n1l6xw' ,
59- serverUrl : 'http://localhost:50000 '
59+ serverUrl : 'http://localhost:5000 '
6060 } ) ;
6161
6262 const context = new EventPluginContext ( client , { } , new ContextData ( ) ) ;
@@ -88,7 +88,7 @@ describe('EventPluginManager', () => {
8888 it ( 'throwing error should stop plugin execution.' , ( done ) => {
8989 const client = new ExceptionlessClient ( {
9090 apiKey : 'LhhP1C9gijpSKCslHHCvwdSIz298twx271n1l6xw' ,
91- serverUrl : 'http://localhost:50000 '
91+ serverUrl : 'http://localhost:5000 '
9292 } ) ;
9393 const context = new EventPluginContext ( client , { } , new ContextData ( ) ) ;
9494
@@ -115,7 +115,7 @@ describe('EventPluginManager', () => {
115115 it ( 'throwing async error should stop plugin execution.' , ( done ) => {
116116 const client = new ExceptionlessClient ( {
117117 apiKey : 'LhhP1C9gijpSKCslHHCvwdSIz298twx271n1l6xw' ,
118- serverUrl : 'http://localhost:50000 '
118+ serverUrl : 'http://localhost:5000 '
119119 } ) ;
120120 const context = new EventPluginContext ( client , { } , new ContextData ( ) ) ;
121121
@@ -153,7 +153,7 @@ describe('EventPluginManager', () => {
153153 it ( 'should cancel via timeout.' , ( done ) => {
154154 const client = new ExceptionlessClient ( {
155155 apiKey : 'LhhP1C9gijpSKCslHHCvwdSIz298twx271n1l6xw' ,
156- serverUrl : 'http://localhost:50000 '
156+ serverUrl : 'http://localhost:5000 '
157157 } ) ;
158158 const context = new EventPluginContext ( client , { } , new ContextData ( ) ) ;
159159
@@ -180,7 +180,7 @@ describe('EventPluginManager', () => {
180180 it ( 'should ensure config plugins are not wrapped.' , ( ) => {
181181 const client = new ExceptionlessClient ( {
182182 apiKey : 'LhhP1C9gijpSKCslHHCvwdSIz298twx271n1l6xw' ,
183- serverUrl : 'http://localhost:50000 '
183+ serverUrl : 'http://localhost:5000 '
184184 } ) ;
185185 const context = new EventPluginContext ( client , { } , new ContextData ( ) ) ;
186186
0 commit comments