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 /acceptance_test.go
parent9b0b61a88bdacc66083b27c747b9a1ef776827ff (diff)
PATCH-44819 remove avif test case, as this is handled by upstream go-mimedb
Diffstat (limited to 'acceptance_test.go')
-rw-r--r--acceptance_test.go4
1 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 {