Skip to content

Commit dd440ac

Browse files
committed
fix: Update missed entity_type to note_type in test_tool_read_note
The test_read_note_preserves_functionality_with_security test was still using the old entity_type parameter name, causing test failures. Updated to use note_type to match the parameter rename in write_note. Signed-off-by: phernandez <paul@basicmachines.co>
1 parent e5e733d commit dd440ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/mcp/test_tool_read_note.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ async def test_read_note_preserves_functionality_with_security(self, app, test_p
402402
Additional content with various formatting.
403403
""").strip(),
404404
tags=["security", "test", "full-feature"],
405-
entity_type="guide",
405+
note_type="guide",
406406
)
407407

408408
# Test reading by permalink

0 commit comments

Comments
 (0)