mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Reverting change to test helper
This commit is contained in:
parent
e6c306de15
commit
5941f53f3c
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ require 'sidekiq/util'
|
|||
Sidekiq.logger.level = Logger::ERROR
|
||||
|
||||
require 'sidekiq/redis_connection'
|
||||
REDIS = Sidekiq::RedisConnection.create(:url => "redis://localhost/1", :namespace => 'testy')
|
||||
REDIS = Sidekiq::RedisConnection.create(:url => "redis://localhost/15", :namespace => 'testy')
|
||||
|
|
Loading…
Reference in a new issue