docs(phase-1): fix plan blockers and switch to budget model profile
This commit is contained in:
parent
d2a6709f22
commit
608297b751
5 changed files with 6 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue