Fix not updating a status when newer version is fetched manually (#17745)
This commit is contained in:
parent
883099f3c9
commit
ddbe906c25
6 changed files with 72 additions and 30 deletions
|
@ -60,9 +60,7 @@ RSpec.configure do |config|
|
|||
|
||||
config.after :each do
|
||||
Rails.cache.clear
|
||||
|
||||
keys = Redis.current.keys
|
||||
Redis.current.del(keys) if keys.any?
|
||||
Redis.current.del(Redis.current.keys)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue