mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo in test desctiption [skip ci]
This commit is contained in:
parent
41ed6e90b1
commit
7d74b73a06
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class HttpBasicAuthenticationTest < ActionController::TestCase
|
|||
assert_no_match(/\n/, result)
|
||||
end
|
||||
|
||||
test "succesful authentication with uppercase authorization scheme" do
|
||||
test "successful authentication with uppercase authorization scheme" do
|
||||
@request.env['HTTP_AUTHORIZATION'] = "BASIC #{::Base64.encode64("lifo:world")}"
|
||||
get :index
|
||||
|
||||
|
|
Loading…
Reference in a new issue