Skip to content

Commit c317cab

Browse files
committed
test commit
1 parent 959d4e3 commit c317cab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/shared/test_streamable_http.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ def test_session_id_pattern():
589589

590590
def test_streamable_http_transport_init_validation():
591591
"""Test that StreamableHTTPServerTransport validates session ID on init."""
592+
592593
# Valid session ID should initialize without errors
593594
valid_transport = StreamableHTTPServerTransport(mcp_session_id="valid-id")
594595
assert valid_transport.mcp_session_id == "valid-id"

0 commit comments

Comments
 (0)