Skip to content

Commit

Permalink
ENV can't be dup'ed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed May 23, 2024
1 parent 3359e75 commit a598f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spec/ruby/jruby/rack/integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def expect_to_have_monkey_patched_chunked
should_eval_as_eql_to script, "1\nsecond"
end

ENV_COPY = ENV.dup
ENV_COPY = ENV.to_h

def initialize_rails(env = nil, servlet_context = @servlet_context)
if ! servlet_context || servlet_context.is_a?(String)
Expand Down

0 comments on commit a598f80

Please sign in to comment.