test: remove stale Mattermost config input

This commit is contained in:
chengyongru
2026-08-23 19:08:00 +08:00
committed by chengyongru
parent 961b1fdd7d
commit 9807e9cf37
@@ -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"})