test(feishu): cover topic isolation alias
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
committed by
Xubin Ren
co-authored by
Cursor
parent
a32be99ddc
commit
1175420339
@@ -109,6 +109,11 @@ def test_feishu_config_topic_isolation_can_be_disabled() -> None:
|
||||
assert config.topic_isolation is False
|
||||
|
||||
|
||||
def test_feishu_config_topic_isolation_accepts_camel_case() -> None:
|
||||
config = FeishuConfig.model_validate({"topicIsolation": False})
|
||||
assert config.topic_isolation is False
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# _get_message_content_sync tests
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user