diff --git a/ui/src/ui/markdown.test.ts b/ui/src/ui/markdown.test.ts
index 5fcc41ab21e..fee5e9c5d26 100644
--- a/ui/src/ui/markdown.test.ts
+++ b/ui/src/ui/markdown.test.ts
@@ -363,9 +363,9 @@ describe("toSanitizedMarkdownHtml", () => {
it("collapses JSON code blocks", () => {
const html = toSanitizedMarkdownHtml('```json\n{"key": "value"}\n```');
- expect(html).toContain("JSON ยท 2 lines
{"key": "value"}\n
| A | \nB | \n
|---|---|
| 1 | \n2 | \n
Text after.
\n", + ); }); it("renders basic markdown", () => {