diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-02-19 17:46:24 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-02-19 17:46:24 +0000 |
commit | 0b04de0a23e2b9ce991cb06d2a1788ef0cc834cf (patch) | |
tree | 73cc653fdd73641cda63442ade889ef89d869892 /test/fixtures | |
parent | d750c9906ef7ad35abae516d3a39dee073b7b2d0 (diff) | |
download | redmine-0b04de0a23e2b9ce991cb06d2a1788ef0cc834cf.tar.gz redmine-0b04de0a23e2b9ce991cb06d2a1788ef0cc834cf.zip |
Send a better content type than application/octet-stream (#19131).
git-svn-id: http://svn.redmine.org/redmine/trunk@14034 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/attachments.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures/attachments.yml b/test/fixtures/attachments.yml index 9437ed102..6f56c0811 100644 --- a/test/fixtures/attachments.yml +++ b/test/fixtures/attachments.yml @@ -78,7 +78,7 @@ attachments_006: filesize: 157 filename: archive.zip author_id: 2 - content_type: application/octet-stream + content_type: application/zip attachments_007: created_on: 2006-07-19 21:07:27 +02:00 container_type: Issue @@ -91,7 +91,7 @@ attachments_007: filesize: 157 filename: archive.zip author_id: 1 - content_type: application/octet-stream + content_type: application/zip attachments_008: created_on: 2006-07-19 21:07:27 +02:00 container_type: Project |