Skip to content

Commit b336a09

Browse files
author
Yuvaraj Kakaraparthi
committed
fix lint error
1 parent 081c585 commit b336a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/clusterctl/client/cluster/template_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ func Test_templateClient_GetFromURL(t *testing.T) {
310310
// redirect stdin
311311
saveStdin := os.Stdin
312312
defer func() { os.Stdin = saveStdin }()
313-
os.Stdin, err = os.Open(path)
313+
os.Stdin, err = os.Open(path) //nolint:gosec
314314
g.Expect(err).NotTo(HaveOccurred())
315315

316316
type args struct {

0 commit comments

Comments
 (0)