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 'internal/serving')
-rw-r--r--internal/serving/disk/zip/serving_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/serving/disk/zip/serving_test.go b/internal/serving/disk/zip/serving_test.go
index 86f38df2..fefc8cbe 100644
--- a/internal/serving/disk/zip/serving_test.go
+++ b/internal/serving/disk/zip/serving_test.go
@@ -87,7 +87,7 @@ func TestZip_ServeFileHTTP(t *testing.T) {
},
"accessing archive that is 404": {
vfsPath: testServerURL + "/invalid.zip",
- path: "/index.html",
+ path: "/index.html",
// we expect the status to not be set
expectedStatus: 0,
},