diff --git a/test/upload-download.test.js b/test/upload-download.test.js index 173039a..1a809be 100644 --- a/test/upload-download.test.js +++ b/test/upload-download.test.js @@ -210,6 +210,7 @@ describe('storage service', function () { .post('/imageContainers/album1/upload') .attach('image', path.join(__dirname, './fixtures/largeImage.jpg')) .set('Accept', 'application/json') + .set('Connection', 'keep-alive') .expect('Content-Type', /json/) .expect(200, function (err, res) { assert(err);