mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
use ENV.to_hash instead of ENV.to_h to support antique rubies
This commit is contained in:
parent
0fa82c28fc
commit
f920fbc0ed
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class TestRedisConnection < Sidekiq::Test
|
|||
describe ".determine_redis_provider" do
|
||||
|
||||
before do
|
||||
@old_env = ENV.to_h
|
||||
@old_env = ENV.to_hash
|
||||
end
|
||||
|
||||
after do
|
||||
|
|
Loading…
Add table
Reference in a new issue