Skip to content

Commit 591dbd3

Browse files
bigHkoic
andauthored
Update test/mcp/server/transports/streamable_http_transport_test.rb
Co-authored-by: Koichi ITO <[email protected]>
1 parent c8158e0 commit 591dbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mcp/server/transports/streamable_http_transport_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ class StreamableHTTPTransportTest < ActiveSupport::TestCase
694694
assert_equal({ "Content-Type" => "application/json" }, response[1])
695695

696696
body = response[2][0]
697-
assert body.blank?
697+
assert_nil(body)
698698
end
699699

700700
test "handle post request with a standard error" do

0 commit comments

Comments
 (0)