systemd tests
This commit is contained in:
parent
0c7c338d6d
commit
7455b7fe3e
4 changed files with 30 additions and 15 deletions
|
|
@ -46,7 +46,7 @@ context "basic tests" do
|
|||
|
||||
describe 'Template Installed' do
|
||||
it 'should be reported as being installed', :retry => 3, :retry_wait => 10 do
|
||||
command = command('curl localhost:9200/_template/basic')
|
||||
command = command('curl -s "localhost:9200/_template/basic"')
|
||||
expect(command.stdout).to match(/basic/)
|
||||
expect(command.exit_status).to eq(0)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue