Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 5ae2e15

Browse files
committed
fix: cov fix
1 parent e2cc8c0 commit 5ae2e15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/features/Apiexplorer/SubscribeRenderer/__tests__/SubscribeRenderer.test.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ describe('SubscribeRenderer', () => {
109109
const button = await screen.findByRole('button', { name: /Send Request/i });
110110
await userEvent.click(button);
111111

112-
expect(consoleOutput[0]).toEqual('something went wrong when parsing the json data: ');
112+
expect(consoleOutput[0]).toEqual(
113+
'Could not parse the JSON data while trying to send the request: ',
114+
);
113115
});
114116
});

0 commit comments

Comments
 (0)