From 97af5a5e85036d951db7de6f788309bca4c68e60 Mon Sep 17 00:00:00 2001 From: Evans Mungai Date: Thu, 7 Aug 2025 13:31:18 +0100 Subject: [PATCH] Fix linter warning Signed-off-by: Evans Mungai --- pkg/cmd/pull_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cmd/pull_test.go b/pkg/cmd/pull_test.go index b8e7eff82..6a1d3ec0d 100644 --- a/pkg/cmd/pull_test.go +++ b/pkg/cmd/pull_test.go @@ -267,6 +267,7 @@ func runPullTests(t *testing.T, tests []struct { expectFile string expectDir bool }, outdir string, additionalFlags string) { + t.Helper() for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { cmd := fmt.Sprintf("pull %s -d '%s' --repository-config %s --repository-cache %s --registry-config %s %s",