test(mcp): narrow read_note return before string assertions for ty

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Drew Cain <groksrc@gmail.com>
This commit is contained in:
Drew Cain
2026-06-11 12:54:10 -05:00
committed by Drew Cain
parent a143072d35
commit 3ce42de57e
+1
View File
@@ -495,6 +495,7 @@ async def test_write_note_single_line_inline_fence_is_body_issue_972(app, test_p
)
content = await read_note("meetings/meeting-notes", project=test_project.name)
assert isinstance(content, str)
# The literal one-line string survives verbatim in the body...
assert one_line in content