Merge pull request #141 from strongloop/fix-windows-test

Fix windows test
This commit is contained in:
Richard Pringle 2016-08-04 08:56:56 -04:00 committed by GitHub
commit 4d0e88ee09
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ describe('storage service', function () {
.post('/imageContainers/album1/upload') .post('/imageContainers/album1/upload')
.attach('image', path.join(__dirname, './fixtures/largeImage.jpg')) .attach('image', path.join(__dirname, './fixtures/largeImage.jpg'))
.set('Accept', 'application/json') .set('Accept', 'application/json')
.set('Connection', 'keep-alive')
.expect('Content-Type', /json/) .expect('Content-Type', /json/)
.expect(200, function (err, res) { .expect(200, function (err, res) {
assert(err); assert(err);