mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Update test for new lower bulk size
This commit is contained in:
parent
81d48659cc
commit
89988b8319
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ define(function (require) {
|
|||
.attach('csv', 'test/unit/data/fake_names_big.csv')
|
||||
.expect(200)
|
||||
.then((bulkResponse) => {
|
||||
expect(bulkResponse.body.length).to.be(2);
|
||||
expect(bulkResponse.body.length).to.be(14);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue