Skip to content

Commit ca8f9f8

Browse files
committed
feat: test revert (#4630)
Signed-off-by: Mariusz Jasuwienas <[email protected]>
1 parent 57d1290 commit ca8f9f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/server/tests/integration/server.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import { Utils } from '../helpers/utils';
3939

4040
const 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

0 commit comments

Comments
 (0)