Skip to content

Commit 7107ed9

Browse files
bigHkoic
andcommitted
Update test/mcp/server/transports/streamable_http_transport_test.rb
Co-authored-by: Koichi ITO <[email protected]>
1 parent 39c361a commit 7107ed9

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
@@ -692,7 +692,7 @@ class StreamableHTTPTransportTest < ActiveSupport::TestCase
692692
assert_equal({ "Content-Type" => "application/json" }, response[1])
693693

694694
body = response[2][0]
695-
assert body.blank?
695+
assert_nil(body)
696696
end
697697

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

0 commit comments

Comments
 (0)