fixed download test

This commit is contained in:
Danny Coates 2017-08-17 10:27:18 -07:00
parent e9405f49ee
commit ae0758ac14
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB

View File

@ -163,7 +163,7 @@ describe('Server integration tests', function() {
res.header['content-disposition'],
'attachment; filename=test_upload.txt'
);
assert.equal(res.header['content-type'], 'text/plain');
assert.equal(res.header['content-type'], 'application/octet-stream');
});
});