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:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-12-08 03:39:05 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-12-08 03:39:05 +0300
commitcb242407da5b7e99455ad88d250df2f113e505d1 (patch)
tree909006f27b3b9104215b14b1e33ab7991bc52ab0 /internal/serving
parent22f04dc1ae0869616a6751dc3c9c28740e09d1bb (diff)
lint: fix formatting errors
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,
},