mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-27 01:02:14 +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) => {
|
||||
expect(error, 'to be an', InternalServerError);
|
||||
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