summaryrefslogtreecommitdiff
path: root/test/uri
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-04-22 12:11:36 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-04-22 12:11:36 +0900
commit3fa768c5c308b61677342fe2caa9c54fe3a2c3c9 (patch)
treebfd6ed981c4833783e34b279ba3087a241bace47 /test/uri
parenteab354e17b4bc21d0142564ce71ebadf4ad8486a (diff)
downloadruby-3fa768c5c308b61677342fe2caa9c54fe3a2c3c9.tar.gz
Use https for wss test
Diffstat (limited to 'test/uri')
-rw-r--r--test/uri/test_wss.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/uri/test_wss.rb b/test/uri/test_wss.rb
index fd49d9e126..2e8b9bc4b7 100644
--- a/test/uri/test_wss.rb
+++ b/test/uri/test_wss.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: false
require 'test/unit'
-require 'uri/http'
+require 'uri/https'
require 'uri/wss'
module URI