1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Adjust indent [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2019-08-10 23:47:31 +09:00
parent 46df7fe91f
commit d29bccb39b
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -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)