mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fix test
This commit is contained in:
parent
9dc4e065d5
commit
44379c8d48
1 changed files with 0 additions and 6 deletions
|
@ -81,12 +81,6 @@ class TestRedisConnection < Sidekiq::Test
|
|||
ENV[var] = nil
|
||||
end
|
||||
|
||||
describe "with REDISTOGO_URL set" do
|
||||
it "sets connection URI to RedisToGo" do
|
||||
with_env_var 'REDISTOGO_URL', 'redis://redis-to-go:6379/0'
|
||||
end
|
||||
end
|
||||
|
||||
describe "with REDISTOGO_URL and a parallel REDIS_PROVIDER set" do
|
||||
it "sets connection URI to the provider" do
|
||||
uri = 'redis://sidekiq-redis-provider:6379/0'
|
||||
|
|
Loading…
Reference in a new issue