mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 12:10:20 +00:00
test: remove extension-shaped talk and cli test fixtures
This commit is contained in:
@@ -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) }),
|
||||
|
||||
Reference in New Issue
Block a user