set the mime type in the download blob
This commit is contained in:
parent
626e578acb
commit
193664a8e8
5 changed files with 40 additions and 24 deletions
|
@ -163,7 +163,7 @@ describe('Server integration tests', function() {
|
|||
res.header['content-disposition'],
|
||||
'attachment; filename=test_upload.txt'
|
||||
);
|
||||
assert.equal(res.header['content-type'], 'application/octet-stream');
|
||||
assert.equal(res.header['content-type'], 'text/plain');
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue