From 9807e9cf37a5f5dcfad9dd86276dbda56e5363da Mon Sep 17 00:00:00 2001 From: chengyongru <2755839590@qq.com> Date: Fri, 21 Aug 2026 23:48:37 +0800 Subject: [PATCH] test: remove stale Mattermost config input --- nanobot/channels/mattermost/tests/test_mattermost_channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanobot/channels/mattermost/tests/test_mattermost_channel.py b/nanobot/channels/mattermost/tests/test_mattermost_channel.py index b44d9c6ad..b4f7eb877 100644 --- a/nanobot/channels/mattermost/tests/test_mattermost_channel.py +++ b/nanobot/channels/mattermost/tests/test_mattermost_channel.py @@ -660,7 +660,7 @@ async def test_stream_end_adds_done_emoji(): @pytest.mark.asyncio async def test_stream_chunk_boundary_finalizes_and_creates_new(): - channel, fake = _make_channel({"streamingMaxChars": 10}) + channel, fake = _make_channel() channel._self_id = "bot_id" fake.set_post_response("/api/v4/posts", {"id": "post_1"})