diff --git a/tests/test_litellm/proxy/_experimental/mcp_server/test_mcp_server_manager.py b/tests/test_litellm/proxy/_experimental/mcp_server/test_mcp_server_manager.py index 9edfe9b0291..df38684c5e0 100644 --- a/tests/test_litellm/proxy/_experimental/mcp_server/test_mcp_server_manager.py +++ b/tests/test_litellm/proxy/_experimental/mcp_server/test_mcp_server_manager.py @@ -10915,7 +10915,9 @@ class TestKeyAttachedGuardrailsReachTheMCPPreCallHook: return None with ( - patch("litellm.proxy.utils._premium_user_check"), + patch( # test-quality-ok: enterprise licensing is orthogonal to the metadata propagation under test + "litellm.proxy.utils._premium_user_check" + ), patch.object(proxy_logging_obj, "pre_call_hook", side_effect=capture_pre_call_hook), ): await MCPServerManager().pre_call_tool_check(