Skip to content

Commit

Permalink
CI: EncryptedCookie spec need unfrozen string
Browse files Browse the repository at this point in the history
Close #1988
  • Loading branch information
dentarg committed Jan 10, 2024
1 parent 949e529 commit d6294df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ def call(env)
it "allows more than one '--' in the cookie when calculating legacy digests" do
@counter = 0
app = lambda do |env|
env['rack.session']['message'] ||= ''
env['rack.session']['message'] ||= +''
env['rack.session']['message'] << "#{@counter += 1}--"
hash = env['rack.session'].dup
hash.delete('session_id')
Expand Down

0 comments on commit d6294df

Please sign in to comment.