Update test for new lower bulk size

This commit is contained in:
Matthew Bargar 2016-04-27 19:42:08 -04:00
parent 81d48659cc
commit 89988b8319

View file

@ -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);
});
});