We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605ba70 commit f7b4be4Copy full SHA for f7b4be4
actionpack/test/dispatch/cookies_test.rb
@@ -899,8 +899,8 @@ def test_legacy_signed_cookie_is_treated_as_nil_by_encrypted_cookie_jar_if_tampe
899
assert_nil @response.cookies["foo"]
900
end
901
902
- def test_use_authenticated_cookie_encryption_uses_legacy_hmac_aes_cbc_encrypiton
903
- @request.env["action_dispatch.use_authenticated_cookie_encryption"] = false
+ def test_use_authenticated_cookie_encryption_uses_legacy_hmac_aes_cbc_encryption_when_not_enabled
+ @request.env["action_dispatch.use_authenticated_cookie_encryption"] = nil
904
905
key_generator = @request.env["action_dispatch.key_generator"]
906
encrypted_cookie_salt = @request.env["action_dispatch.encrypted_cookie_salt"]
0 commit comments