diff options
author | Nobuyoshi Nakada <[email protected]> | 2019-08-10 23:47:31 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-08-11 00:44:13 +0900 |
commit | d29bccb39bfd2890b33a3fd943916d62527b6e6e (patch) | |
tree | 9af28c248c51dc991af611a0087d0369a990a5ed | |
parent | 46df7fe91f84ce2b2033a784402d3e451d1ff1db (diff) |
Adjust indent [ci skip]
-rw-r--r-- | test/webrick/test_httpauth.rb | 2 |
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) |