From d3a07b8df697bd19ca64d55b87ef2e29da708773 Mon Sep 17 00:00:00 2001 From: AJV20 <24819659+AJV20@users.noreply.github.com> Date: Tue, 19 May 2026 10:28:00 -0400 Subject: [PATCH] test: Use generic redaction fixture --- tests/test_webui_notes_sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_webui_notes_sources.py b/tests/test_webui_notes_sources.py index 33959517..7c1b5174 100644 --- a/tests/test_webui_notes_sources.py +++ b/tests/test_webui_notes_sources.py @@ -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)