Skip to content

Commit 4cd4a4d

Browse files
Update test of add_http_options method
1 parent 1994d86 commit 4cd4a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_ruby_http_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ def test_add_http_options
257257
uri = URI.parse('https://localhost:4010')
258258
http = Net::HTTP.new(uri.host, uri.port)
259259
http = @client_with_options.add_http_options(http)
260+
assert_equal(http.open_timeout, 60)
260261
assert_equal(http.read_timeout, 60)
261-
assert_equal(http.write_timeout, 60)
262262
end
263263

264264
def test__

0 commit comments

Comments
 (0)