summaryrefslogtreecommitdiff
path: root/test/net
diff options
context:
space:
mode:
Diffstat (limited to 'test/net')
-rw-r--r--test/net/http/test_http.rb2
-rw-r--r--test/net/http/test_https_proxy.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/net/http/test_http.rb b/test/net/http/test_http.rb
index 50d1fe2eae..271c50e802 100644
--- a/test/net/http/test_http.rb
+++ b/test/net/http/test_http.rb
@@ -253,7 +253,7 @@ module TestNetHTTP_version_1_2_methods
assert_kind_of String, res.body
assert_equal $test_net_http_data, res.body
end
-
+
def _test_send_request__POST(http)
data = 'aaabbb cc ddddddddddd lkjoiu4j3qlkuoa'
res = http.send_request('POST', '/', data)
diff --git a/test/net/http/test_https_proxy.rb b/test/net/http/test_https_proxy.rb
index 4f26342339..5618830587 100644
--- a/test/net/http/test_https_proxy.rb
+++ b/test/net/http/test_https_proxy.rb
@@ -34,4 +34,4 @@ class HTTPSProxyTest < Test::Unit::TestCase
t.join if t
end
end if defined?(OpenSSL)
-
+