mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 08:51:40 +00:00
test: cover voice fallback first-chunk reply behavior (#31077)
This commit is contained in:
@@ -372,7 +372,12 @@ describe("deliverReplies", () => {
|
||||
|
||||
await deliverWith({
|
||||
replies: [
|
||||
{ mediaUrl: "https://example.com/note.ogg", text: "chunk-one\n\nchunk-two", replyToId: "77" },
|
||||
{
|
||||
mediaUrl: "https://example.com/note.ogg",
|
||||
text: "chunk-one\n\nchunk-two",
|
||||
replyToId: "77",
|
||||
audioAsVoice: true,
|
||||
},
|
||||
],
|
||||
runtime,
|
||||
bot,
|
||||
|
||||
Reference in New Issue
Block a user