mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fixed minor typo in test code
This commit is contained in:
parent
d4b7aa735a
commit
6de4888e04
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ class CookiesTest < ActionController::TestCase
|
||||||
assert_equal 45, cookies.encrypted[:user_id]
|
assert_equal 45, cookies.encrypted[:user_id]
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_encrypted_cookie_using_hybrid_serializer_can_read_from_marshal_json_value
|
def test_encrypted_cookie_using_hybrid_serializer_can_read_from_json_dumped_value
|
||||||
@request.env["action_dispatch.cookies_serializer"] = :hybrid
|
@request.env["action_dispatch.cookies_serializer"] = :hybrid
|
||||||
|
|
||||||
key_generator = @request.env["action_dispatch.key_generator"]
|
key_generator = @request.env["action_dispatch.key_generator"]
|
||||||
|
|
Loading…
Reference in a new issue