test: cover voice fallback first-chunk reply behavior (#31077)

This commit is contained in:
Peter Steinberger
2026-03-02 02:56:33 +00:00
parent 9e4692799c
commit a8106f7c13

View File

@@ -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,