mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fix test bleed
This commit is contained in:
@@ -251,7 +251,7 @@ end
|
||||
|
||||
class CustomAuthenticityParamControllerTest < ActionController::TestCase
|
||||
def setup
|
||||
ActionController::Base.request_forgery_protection_token = :authenticity_tok
|
||||
ActionController::Base.request_forgery_protection_token = :authenticity_token
|
||||
end
|
||||
|
||||
def test_should_allow_custom_token
|
||||
|
||||
Reference in New Issue
Block a user