Update sidekiq to version 7 (#34745)
This commit is contained in:
parent
ba5320671c
commit
37c82a3003
9 changed files with 28 additions and 27 deletions
|
@ -156,7 +156,6 @@ RSpec.describe Mastodon::RedisConfiguration do
|
|||
expect(subject).to eq({
|
||||
url: 'redis://localhost:6379/0',
|
||||
driver: :hiredis,
|
||||
namespace: nil,
|
||||
})
|
||||
end
|
||||
end
|
||||
|
@ -172,7 +171,6 @@ RSpec.describe Mastodon::RedisConfiguration do
|
|||
expect(subject).to eq({
|
||||
url: 'redis::/user@example.com/2',
|
||||
driver: :hiredis,
|
||||
namespace: nil,
|
||||
})
|
||||
end
|
||||
end
|
||||
|
@ -188,7 +186,6 @@ RSpec.describe Mastodon::RedisConfiguration do
|
|||
expect(subject).to eq({
|
||||
url: 'redis://:testpass@redis.example.com:3333/3',
|
||||
driver: :hiredis,
|
||||
namespace: nil,
|
||||
})
|
||||
end
|
||||
end
|
||||
|
|
|
@ -53,7 +53,7 @@ WebMock.disable_net_connect!(
|
|||
allow_localhost: true,
|
||||
allow: Chewy.settings[:host]
|
||||
)
|
||||
Sidekiq.logger = nil
|
||||
Sidekiq.default_configuration.logger = nil
|
||||
|
||||
DatabaseCleaner.strategy = [:deletion]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue