Skip to content

Commit

Permalink
Merge pull request elastic#7959 from jbudz/ingest-object-based
Browse files Browse the repository at this point in the history
[ingest] update pipeline tests to grab id from object keys
  • Loading branch information
epixa authored Aug 9, 2016
2 parents 4b36f9a + b3c6a13 commit 33df96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/api/ingest/_post.js
Original file line number Diff line number Diff line change
Expand Up @@ -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-*');
});
});
});
Expand Down

0 comments on commit 33df96f

Please sign in to comment.