mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Add more clear error message for errors logged from bsod
This commit is contained in:
@@ -19,7 +19,7 @@ describe('BsodMiddleware', () => {
|
||||
.then(() => {
|
||||
expect(dispatch, 'was called');
|
||||
expect(logger.warn, 'to have a call satisfying', [
|
||||
'Unexpected response',
|
||||
'Unexpected response (BSoD)',
|
||||
{resp}
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user