test: remove extension-shaped talk and cli test fixtures

This commit is contained in:
Peter Steinberger
2026-04-05 18:41:51 +01:00
parent 14dbcd0451
commit 7fe5dc36f0
6 changed files with 88 additions and 14 deletions

View File

@@ -258,11 +258,11 @@ const createStubPluginRegistry = (): PluginRegistry => ({
}),
},
{
pluginId: "elevenlabs",
pluginId: "acme-speech",
source: "test",
provider: createStubSpeechProvider({
id: "elevenlabs",
label: "ElevenLabs",
id: "acme-speech",
label: "Acme Speech",
voices: ["stub-default-voice", "stub-alt-voice"],
resolveTalkOverrides: ({ params }) => ({
...(trimString(params.voiceId) == null ? {} : { voiceId: trimString(params.voiceId) }),