Fix dashboard warning about Elasticsearch index mismatch not showing up (#34567)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
17d8e2b6e3
commit
715cbee93d
2 changed files with 5 additions and 2 deletions
|
@ -29,6 +29,9 @@ RSpec.describe Admin::SystemCheck::ElasticsearchCheck do
|
|||
},
|
||||
},
|
||||
})
|
||||
[AccountsIndex, StatusesIndex, PublicStatusesIndex, InstancesIndex, TagsIndex].each do |index|
|
||||
allow(index).to receive(:specification).and_return(instance_double(Chewy::Index::Specification, changed?: false))
|
||||
end
|
||||
end
|
||||
|
||||
context 'when running version is present and high enough' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue