mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-05-19 16:12:30 +00:00
test(feishu): cover topic isolation alias
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
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
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user