Skip to content

Commit 2381508

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/mcp/server/transports/streamable_http_transport_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,8 +618,8 @@ class StreamableHTTPTransportTest < ActiveSupport::TestCase
618618

619619
response = @transport.handle_request(notif_request)
620620
assert_equal 202, response[0]
621-
assert_equal({}, response[1])
622-
assert_equal [], response[2]
621+
assert_empty(response[1])
622+
assert_empty(response[2])
623623
end
624624

625625
private

0 commit comments

Comments
 (0)