From c317cabad5ba73029e654c1dfb140468580d7f02 Mon Sep 17 00:00:00 2001 From: Ashesh Vidyut Date: Wed, 30 Jul 2025 13:24:55 +0530 Subject: [PATCH] test commit --- tests/shared/test_streamable_http.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/shared/test_streamable_http.py b/tests/shared/test_streamable_http.py index 3fea54f0b3..b56257fe67 100644 --- a/tests/shared/test_streamable_http.py +++ b/tests/shared/test_streamable_http.py @@ -589,6 +589,7 @@ def test_session_id_pattern(): def test_streamable_http_transport_init_validation(): """Test that StreamableHTTPServerTransport validates session ID on init.""" + # Valid session ID should initialize without errors valid_transport = StreamableHTTPServerTransport(mcp_session_id="valid-id") assert valid_transport.mcp_session_id == "valid-id"