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-09-17 09:28:40 +0300
committerFlorian Engelhardt <flo@dotbox.org>2020-10-20 14:10:46 +0300
commit252166c75552a9539151cdf4f9051099f645f0be (patch)
treef51c924d48990b2c18b5313cea6397631fb962a1 /acceptance_test.go
parent88da6de0d06eee4dddd06e41466e6c1ee869e045 (diff)
PATCH-44819 #460 rename test method
Diffstat (limited to 'acceptance_test.go')
-rw-r--r--acceptance_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/acceptance_test.go b/acceptance_test.go
index 69ec8742..aa5c9443 100644
--- a/acceptance_test.go
+++ b/acceptance_test.go
@@ -643,7 +643,7 @@ func TestPageNotAvailableIfNotLoaded(t *testing.T) {
require.Equal(t, http.StatusServiceUnavailable, rsp.StatusCode)
}
-func TestObscureMIMEType(t *testing.T) {
+func TestMIMETypes(t *testing.T) {
skipUnlessEnabled(t)
teardown := RunPagesProcessWithoutWait(t, *pagesBinary, listeners, "")
defer teardown()