mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[api tests] update pipeline tests to grab id from object keys instead of array index
This commit is contained in:
parent
13bdc523a5
commit
b3c6a13bad
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ define(function (require) {
|
|||
method: 'GET'
|
||||
})
|
||||
.then(function (body) {
|
||||
expect(body.pipelines[0].id).to.be('kibana-logstash-*');
|
||||
expect(body).to.have.property('kibana-logstash-*');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue