This commit is contained in:
Taylor Wilsdon
2026-02-24 10:11:00 -04:00
parent 724234e509
commit 1e3dab2121
3 changed files with 5 additions and 2 deletions

View File

@@ -176,7 +176,7 @@ async def test_search_messages_shows_attachment_indicator(mock_resolve):
query="report",
)
assert "[attachment: report.pdf]" in result
assert "[attachment: report.pdf (application/pdf)]" in result
# ---------------------------------------------------------------------------