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:
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 {