chore(): fix tests with new api error codes
This commit is contained in:
@@ -118,7 +118,7 @@ describe('Private Broker REST API POST Endpoints', () => {
|
||||
).toMatchObject(sucessEmptyResponseObject());
|
||||
} catch (e) {
|
||||
expect(e.body).toMatchObject({
|
||||
code: '40017',
|
||||
code: API_ERROR_CODE.PASSPHRASE_CANNOT_BE_EMPTY,
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user