From 76f059f0862a0cf65a6c709bd69e4986b3fab5c1 Mon Sep 17 00:00:00 2001
From: C85297 <95289555+C85297@users.noreply.github.com>
Date: Mon, 15 Jun 2026 09:40:55 +0100
Subject: [PATCH] Remove alt text
---
tests/operations/tests/Image.mjs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/operations/tests/Image.mjs b/tests/operations/tests/Image.mjs
index ff30a895..1f450433 100644
--- a/tests/operations/tests/Image.mjs
+++ b/tests/operations/tests/Image.mjs
@@ -40,7 +40,7 @@ TestRegister.addTests([
{
name: "Render Image: base64 jpg",
input: JPG_B64,
- expectedOutput: "
",
+ expectedOutput: "
",
recipeConfig: [
{ op: "Render Image", args: ["Base64"] }
]