From d7d418889d927abe475acd3594871276fa52ab53 Mon Sep 17 00:00:00 2001 From: adevwithpurpose Date: Tue, 18 Aug 2026 12:05:19 -0300 Subject: [PATCH] test(executors): regenerate ExecutorRegistry golden snapshots after release sync release/v3.8.50 sunset mimocode and added cloudflare-playground + jina-search since this PR's snapshots were captured; refresh the golden fixtures to match. --- tests/snapshots/executors/dispatch-rules.json | 5 +++++ tests/snapshots/executors/executor-map.json | 20 +++++++++---------- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/tests/snapshots/executors/dispatch-rules.json b/tests/snapshots/executors/dispatch-rules.json index b8f4aca6ed..b9ce949a99 100644 --- a/tests/snapshots/executors/dispatch-rules.json +++ b/tests/snapshots/executors/dispatch-rules.json @@ -37,6 +37,11 @@ "status": 400, "throws": true }, + "jina-search": { + "message": "Provider \"jina-search\" is a search provider and does not support chat completions; use the /v1/search endpoint instead.", + "status": 400, + "throws": true + }, "linkup-search": { "message": "Provider \"linkup-search\" is a search provider and does not support chat completions; use the /v1/search endpoint instead.", "status": 400, diff --git a/tests/snapshots/executors/executor-map.json b/tests/snapshots/executors/executor-map.json index 369aadf0fb..d0ce4024b5 100644 --- a/tests/snapshots/executors/executor-map.json +++ b/tests/snapshots/executors/executor-map.json @@ -75,6 +75,11 @@ "configSource": "cloudflare-ai", "provider": "cloudflare-ai" }, + "cfp": { + "className": "CloudflarePlaygroundExecutor", + "configSource": "", + "provider": "cloudflare-playground" + }, "cgpt-codex": { "className": "ChatGptWebCodexExecutor", "configSource": "", @@ -125,6 +130,11 @@ "configSource": "cloudflare-ai", "provider": "cloudflare-ai" }, + "cloudflare-playground": { + "className": "CloudflarePlaygroundExecutor", + "configSource": "", + "provider": "cloudflare-playground" + }, "cmd": { "className": "CommandCodeExecutor", "configSource": "", @@ -405,21 +415,11 @@ "configSource": "", "provider": "lmarena" }, - "mcode": { - "className": "MimocodeExecutor", - "configSource": "", - "provider": "mimocode" - }, "microsoft-designer-web": { "className": "MicrosoftDesignerWebExecutor", "configSource": "", "provider": "microsoft-designer-web" }, - "mimocode": { - "className": "MimocodeExecutor", - "configSource": "", - "provider": "mimocode" - }, "moonshot": { "className": "MoonshotExecutor", "configSource": "moonshot",