diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-01-03 18:01:06 +0100 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-01-20 11:22:11 +0100 |
commit | de68fc634745c4eb876c2c3229f027ec6c1b4d99 (patch) | |
tree | 7f4972d7f6beb016daf0fddd3a24f8ec5aced62b /tests/data | |
parent | b22b6431d2b0a7f201bb677a3e125f0ae218d6c6 (diff) | |
download | nextcloud-server-de68fc634745c4eb876c2c3229f027ec6c1b4d99.tar.gz nextcloud-server-de68fc634745c4eb876c2c3229f027ec6c1b4d99.zip |
Update test file for mimetypes
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/integritycheck/mimetypeListModified/core/js/mimetypelist.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/integritycheck/mimetypeListModified/core/js/mimetypelist.js b/tests/data/integritycheck/mimetypeListModified/core/js/mimetypelist.js index a5d6599ef62..7fa68a44dcb 100644 --- a/tests/data/integritycheck/mimetypeListModified/core/js/mimetypelist.js +++ b/tests/data/integritycheck/mimetypeListModified/core/js/mimetypelist.js @@ -13,6 +13,7 @@ OC.MimeTypeList={ "application/font-sfnt": "image", "application/font-woff": "image", "application/gpx+xml": "location", + "application/gzip": "package/x-generic", "application/illustrator": "image", "application/javascript": "text/code", "application/json": "text/code", @@ -80,7 +81,7 @@ OC.MimeTypeList={ "application/x-fictionbook+xml": "text", "application/x-font": "image", "application/x-gimp": "image", - "application/x-gzip": "package/x-generic", + "application/x-gzip": "application/gzip", "application/x-iwork-keynote-sffkey": "x-office/presentation", "application/x-iwork-numbers-sffnumbers": "x-office/spreadsheet", "application/x-iwork-pages-sffpages": "x-office/document", |