Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Engelhardt <flo@dotbox.org>2020-10-21 11:32:45 +0300
committerFlorian Engelhardt <flo@dotbox.org>2020-10-21 11:32:45 +0300
commit517dcf8dbf11a6b6abbc1365cc456b5fbfe6436b (patch)
tree19c7185b558848057a4956053bc7dde72c018ef3
parent9b0b61a88bdacc66083b27c747b9a1ef776827ff (diff)
PATCH-44819 remove avif test case, as this is handled by upstream go-mimedb
-rw-r--r--acceptance_test.go4
-rw-r--r--shared/pages/group/project/public/image.avifbin310 -> 0 bytes
2 files changed, 0 insertions, 4 deletions
diff --git a/acceptance_test.go b/acceptance_test.go
index 6f4b2d12..28dc7bd4 100644
--- a/acceptance_test.go
+++ b/acceptance_test.go
@@ -658,10 +658,6 @@ func TestMIMETypes(t *testing.T) {
file: "file.webmanifest",
expectedContentType: "application/manifest+json",
},
- "avif": {
- file: "image.avif",
- expectedContentType: "image/avif",
- },
}
for name, tt := range tests {
diff --git a/shared/pages/group/project/public/image.avif b/shared/pages/group/project/public/image.avif
deleted file mode 100644
index b07397a2..00000000
--- a/shared/pages/group/project/public/image.avif
+++ /dev/null
Binary files differ