File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/server/tests/integration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import { Utils } from '../helpers/utils';
3939
4040const MISSING_PARAM_ERROR = 'Missing value for required parameter' ;
4141
42- describe ( 'RPC Server' , function ( ) {
42+ describe . only ( 'RPC Server' , function ( ) {
4343 let testServer : Server ;
4444 let testClient : AxiosInstance ;
4545 let populatePreconfiguredSpendingPlansSpy : sinon . SinonSpy ;
@@ -310,7 +310,7 @@ describe('RPC Server', function () {
310310 params : [ '0x4a563af33c4871b51a8b108aa2fe1dd5280a30dfb7237170ae5e5e7957eb6392' ] ,
311311 } ) ;
312312 } catch ( error : any ) {
313- expect ( error . message ) . to . equal ( 'Request failed with status code 400 ' ) ;
313+ expect ( error . message ) . to . equal ( 'Request failed with status code 404 ' ) ;
314314 }
315315 } ) ;
316316
You can’t perform that action at this time.
0 commit comments