fix(wecom): set SUPPORTS_MESSAGE_EDITING=False to prevent broken streaming

This commit is contained in:
DaniuXie 2026-04-26 23:10:19 +08:00 committed by Teknium
parent d2ea959fe9
commit a45bd28598
2 changed files with 6 additions and 0 deletions

View file

@ -36,6 +36,11 @@ class TestWeComRequirements:
class TestWeComAdapterInit:
def test_declares_non_editable_message_capability(self):
from gateway.platforms.wecom import WeComAdapter
assert WeComAdapter.SUPPORTS_MESSAGE_EDITING is False
def test_reads_config_from_extra(self):
from gateway.platforms.wecom import WeComAdapter