Merge pull request #141 from strongloop/fix-windows-test
Fix windows test
This commit is contained in:
commit
4d0e88ee09
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue