Update test_mcp.py to include the transport parameter in the hybrid guardrails test.

This commit is contained in:
Hemang Sarkar
2025-05-14 15:32:05 +02:00
committed by GitHub
parent e32ec74ed2
commit fefc22eea0
+1
View File
@@ -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
):