fix(feishu): send videos with media message type

This commit is contained in:
Xubin Ren
2026-04-24 20:00:56 +00:00
parent 076e4166d7
commit 39a5a77874
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ def test_reply_message_sync_returns_false_on_exception() -> None:
("filename", "expected_msg_type"),
[
("voice.opus", "audio"),
("clip.mp4", "video"),
("clip.mp4", "media"),
("report.pdf", "file"),
],
)