mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-27 15:30:37 +05:30
#303: fix test to pass on ci env
This commit is contained in:
parent
8127041acb
commit
2a21b1c337
@ -36,7 +36,7 @@ describe('services/request', () => {
|
|||||||
.then((error) => {
|
.then((error) => {
|
||||||
expect(error, 'to be an', InternalServerError);
|
expect(error, 'to be an', InternalServerError);
|
||||||
expect(error.originalResponse, 'to be', resp);
|
expect(error.originalResponse, 'to be', resp);
|
||||||
expect(error.message, 'to contain', 'JSON');
|
expect(error.message, 'to contain', 'Unexpected token');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user