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-15 22:30:42 +0300
committerJaime Martinez <jmartinez@gitlab.com>2022-02-02 02:20:24 +0300
commitc387e5459bd486a966885d82070859653f37ca45 (patch)
treeb111a58986b9bef66f59ac05c34c39880482176f /internal/vfs
parentd00c2a073ea297c54139033a2433f897d0afaf24 (diff)
lint: fix linter issues
Diffstat (limited to 'internal/vfs')
-rw-r--r--internal/vfs/zip/vfs_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/vfs/zip/vfs_test.go b/internal/vfs/zip/vfs_test.go
index 4de0240a..12e82c1c 100644
--- a/internal/vfs/zip/vfs_test.go
+++ b/internal/vfs/zip/vfs_test.go
@@ -169,7 +169,7 @@ func TestVFSFindOrOpenArchiveRefresh(t *testing.T) {
for name, test := range tests {
t.Run(name, func(t *testing.T) {
withExpectedArchiveCount(t, 1, func(t *testing.T) {
- cfg := *&zipCfg
+ cfg := zipCfg
cfg.ExpirationInterval = test.expirationInterval
cfg.RefreshInterval = test.refreshInterval