docs(phase-1): fix plan blockers and switch to budget model profile

This commit is contained in:
Mikhail Putilovskij 2026-04-02 22:42:52 +03:00
parent d2a6709f22
commit 608297b751
5 changed files with 6 additions and 6 deletions

View file

@ -524,8 +524,8 @@ async def test_mat05_new_chat_without_space_id_returns_error():
client.room_create.assert_not_awaited()
async def test_mat10_archive_calls_chat_mgr():
"""MAT-10: !archive archives via chat_mgr."""
async def test_mat10_archive_calls_chat_mgr_archive():
"""MAT-10: !archive archives chat via chat_mgr.archive (Space removal deferred)."""
platform, store, chat_mgr, auth_mgr, settings_mgr = await _setup()
handler = make_handle_archive(None, store)