Skip to content

Commit 7686cce

Browse files
committed
unused-param
1 parent 9d92c3f commit 7686cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provisioner/terraform/tfparse/tfparse_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ func BenchmarkWorkspaceTagDefaultsFromFile(b *testing.B) {
417417
})
418418
}
419419

420-
func discardLogger(t testing.TB) slog.Logger {
420+
func discardLogger(_ testing.TB) slog.Logger {
421421
l := slog.Make(sloghuman.Sink(io.Discard))
422422
log.SetOutput(slog.Stdlib(context.Background(), l, slog.LevelInfo).Writer())
423423
return l

0 commit comments

Comments
 (0)