mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 14:40:55 +03:00
fixed download test
This commit is contained in:
@@ -163,7 +163,7 @@ describe('Server integration tests', function() {
|
|||||||
res.header['content-disposition'],
|
res.header['content-disposition'],
|
||||||
'attachment; filename=test_upload.txt'
|
'attachment; filename=test_upload.txt'
|
||||||
);
|
);
|
||||||
assert.equal(res.header['content-type'], 'text/plain');
|
assert.equal(res.header['content-type'], 'application/octet-stream');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user