Skip to content

Commit 87ee55f

Browse files
committed
[human] address comments from PR
1 parent 7107ed9 commit 87ee55f

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
@@ -689,7 +689,7 @@ class StreamableHTTPTransportTest < ActiveSupport::TestCase
689689

690690
response = stateless_transport.handle_request(request)
691691
assert_equal 202, response[0]
692-
assert_equal({ "Content-Type" => "application/json" }, response[1])
692+
assert_empty(response[1])
693693

694694
body = response[2][0]
695695
assert_nil(body)

0 commit comments

Comments
 (0)