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:
parent
46df7fe91f
commit
d29bccb39b
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ class TestWEBrickHTTPAuth < Test::Unit::TestCase
|
||||||
res["www-authenticate"].scan(DIGESTRES_) do |key, quoted, token|
|
res["www-authenticate"].scan(DIGESTRES_) do |key, quoted, token|
|
||||||
params[key.downcase] = token || quoted.delete('\\')
|
params[key.downcase] = token || quoted.delete('\\')
|
||||||
end
|
end
|
||||||
params['uri'] = "http://#{addr}:#{port}#{path}"
|
params['uri'] = "http://#{addr}:#{port}#{path}"
|
||||||
end
|
end
|
||||||
|
|
||||||
g['Authorization'] = credentials_for_request('webrick', "supersecretpassword", params)
|
g['Authorization'] = credentials_for_request('webrick', "supersecretpassword", params)
|
||||||
|
|
Loading…
Reference in a new issue