test: Use generic redaction fixture

This commit is contained in:
AJV20
2026-05-19 10:28:00 -04:00
parent 372d090c6c
commit d3a07b8df6
+1 -1
View File
@@ -31,7 +31,7 @@ def test_notes_sources_redacts_tool_descriptions_and_omits_plain_file_tools():
servers = {"notion": {"name": "notion", "enabled": True, "active": True, "status": "healthy"}}
tools = [
{"server": "notion", "name": "search_pages", "description": "Search notes token=abc123SECRET"},
{"server": "notion", "name": "search_pages", "description": "Search notes api_key=redaction-test-placeholder"},
]
[source] = _notes_sources_from_mcp_inventory(servers, tools)