From d29bccb39bfd2890b33a3fd943916d62527b6e6e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sat, 10 Aug 2019 23:47:31 +0900 Subject: Adjust indent [ci skip] --- test/webrick/test_httpauth.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3