Add authentication back to the plugins check for xpack (got lost during
copy paste refactoring)
This commit is contained in:
parent
ea6f1c2088
commit
e9a267ec55
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ shared_examples 'xpack::init' do |vars|
|
||||||
|
|
||||||
describe 'xpack plugin' do
|
describe 'xpack plugin' do
|
||||||
it 'should be installed with the correct version' do
|
it 'should be installed with the correct version' do
|
||||||
plugins = curl_json('http://localhost:9200/_nodes/plugins')
|
plugins = curl_json('http://localhost:9200/_nodes/plugins', username='es_admin', password='changeMeAgain')
|
||||||
node, data = plugins['nodes'].first
|
node, data = plugins['nodes'].first
|
||||||
version = 'plugin not found'
|
version = 'plugin not found'
|
||||||
name = 'x-pack'
|
name = 'x-pack'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue