ruby-changes:56920
From: Nobuyoshi <ko1@a...>
Date: Sun, 11 Aug 2019 00:45:23 +0900 (JST)
Subject: [ruby-changes:56920] Nobuyoshi Nakada: d29bccb39b (master): Adjust indent [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=d29bccb39b From d29bccb39bfd2890b33a3fd943916d62527b6e6e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sat, 10 Aug 2019 23:47:31 +0900 Subject: Adjust indent [ci skip] diff --git a/test/webrick/test_httpauth.rb b/test/webrick/test_httpauth.rb index efeab50..4df7141 100644 --- a/test/webrick/test_httpauth.rb +++ b/test/webrick/test_httpauth.rb @@ -218,7 +218,7 @@ class TestWEBrickHTTPAuth < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/webrick/test_httpauth.rb#L218 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 v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/