From fefc22eea0dd4041ac13900e522f5112c3791f0e Mon Sep 17 00:00:00 2001 From: Hemang Sarkar Date: Wed, 14 May 2025 15:32:05 +0200 Subject: [PATCH] Update test_mcp.py to include the transport parameter in the hybrid guardrails test. --- tests/integration/mcp/test_mcp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/mcp/test_mcp.py b/tests/integration/mcp/test_mcp.py index 07394d9..3925585 100644 --- a/tests/integration/mcp/test_mcp.py +++ b/tests/integration/mcp/test_mcp.py @@ -302,6 +302,7 @@ async def test_mcp_with_gateway_and_blocking_guardrails( @pytest.mark.asyncio @pytest.mark.timeout(15) +@pytest.mark.parametrize("transport", ["stdio", "sse"]) async def test_mcp_sse_with_gateway_hybrid_guardrails( explorer_api_url, invariant_gateway_package_whl_file, gateway_url, transport ):