summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-08-10 23:47:31 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-08-11 00:44:13 +0900
commitd29bccb39bfd2890b33a3fd943916d62527b6e6e (patch)
tree9af28c248c51dc991af611a0087d0369a990a5ed
parent46df7fe91f84ce2b2033a784402d3e451d1ff1db (diff)
Adjust indent [ci skip]
-rw-r--r--test/webrick/test_httpauth.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/webrick/test_httpauth.rb b/test/webrick/test_httpauth.rb
index efeab505a1..4df7141e85 100644
--- a/test/webrick/test_httpauth.rb
+++ b/test/webrick/test_httpauth.rb
@@ -218,7 +218,7 @@ class TestWEBrickHTTPAuth < Test::Unit::TestCase
res["www-authenticate"].scan(DIGESTRES_) do |key, quoted, token|
params[key.downcase] = token || quoted.delete('\\')
end
- params['uri'] = "http://#{addr}:#{port}#{path}"
+ params['uri'] = "http://#{addr}:#{port}#{path}"
end
g['Authorization'] = credentials_for_request('webrick', "supersecretpassword", params)