Skip to content

Commit

Permalink
Update test of add_http_options method
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangtuanictvn committed Jan 7, 2021
1 parent 1994d86 commit 4cd4a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_ruby_http_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ def test_add_http_options
uri = URI.parse('https://localhost:4010')
http = Net::HTTP.new(uri.host, uri.port)
http = @client_with_options.add_http_options(http)
assert_equal(http.open_timeout, 60)
assert_equal(http.read_timeout, 60)
assert_equal(http.write_timeout, 60)
end

def test__
Expand Down

0 comments on commit 4cd4a4d

Please sign in to comment.