Fix for plugin version check
This commit is contained in:
parent
57fa9e432b
commit
0a269a3d82
2 changed files with 2 additions and 2 deletions
|
|
@ -110,7 +110,7 @@ shared_examples 'xpack::init' do |es_version|
|
|||
describe command('curl -s localhost:9200/_nodes/plugins?pretty=true -u es_admin:changeMe | grep watcher') do
|
||||
its(:exit_status) { should eq 0 }
|
||||
end
|
||||
|
||||
|
||||
#test we haven't installed graph or marvel-agent
|
||||
|
||||
describe file('/usr/share/elasticsearch/plugins/graph') do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue