Skip to content

Commit

Permalink
fixup! fixup! fix: 'Backend is not available...' error message
Browse files Browse the repository at this point in the history
  • Loading branch information
olexii4 committed Sep 28, 2023
1 parent 8ba2b80 commit 298ef6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/common/src/helpers/__tests__/errors.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,8 @@ describe('Errors helper', () => {
});

it('should return a message if `error.response.data` includes a HTML page', () => {
const htmlPage = '<!DOCTYPE html><html><head></head><body>...</body></html>';
const htmlPage =
'<!DOCTYPE html><html><head></head><body>...</body></html>';
const error = {
name: 'Error',
config: {},
Expand Down

0 comments on commit 298ef6e

Please sign in to comment.