mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-31 16:21:50 +03:00
test: remove stale Mattermost config input
This commit is contained in:
@@ -660,7 +660,7 @@ async def test_stream_end_adds_done_emoji():
|
|||||||
|
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_stream_chunk_boundary_finalizes_and_creates_new():
|
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"
|
channel._self_id = "bot_id"
|
||||||
fake.set_post_response("/api/v4/posts", {"id": "post_1"})
|
fake.set_post_response("/api/v4/posts", {"id": "post_1"})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user