feat(Yuanbao): support wechat forward msg (#43508)
* feat(yuanbao): support wechat forward msg * feat(yuanbao): support wechat forward msg --------- Co-authored-by: loongfay <izhaolongfei@gmail.com>
This commit is contained in:
@@ -704,6 +704,7 @@ class TestCreateInboundPipeline:
|
||||
"group-attribution",
|
||||
"classify-msg-type",
|
||||
"quote-context",
|
||||
"forwarded-records-parse",
|
||||
"media-resolve",
|
||||
"patch-anchors",
|
||||
"dispatch",
|
||||
@@ -1082,9 +1083,9 @@ class TestResolveYbresRefs:
|
||||
"""Refs whose kind is outside ``_RESOLVABLE_MEDIA_KINDS`` are dropped silently."""
|
||||
adapter = make_adapter()
|
||||
refs = [
|
||||
("rid-v", "video", ""), # not resolvable
|
||||
("rid-a", "voice", ""), # not resolvable
|
||||
("rid-i", "image", "ok.jpg"), # resolvable
|
||||
("rid-?", "unknown", ""), # not resolvable
|
||||
("rid-?", "unknown", ""), # not resolvable
|
||||
]
|
||||
|
||||
with patch.object(
|
||||
|
||||
Reference in New Issue
Block a user