Skip to content

Commit

Permalink
Pass autotest
Browse files Browse the repository at this point in the history
Signed-off-by: Meeki1l <meekill2001@gmail.com>
  • Loading branch information
Meeki1l committed Jun 24, 2024
1 parent 6efd8ab commit 2f0febe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkg/cosign/tsa_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,5 @@ func TestGetTSACertsFromTUF(t *testing.T) {
}

func TestGetTSACertsFromLocalTUF(t *testing.T) {

Check failure on line 121 in pkg/cosign/tsa_test.go

View workflow job for this annotation

GitHub Actions / lint

unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
_, err := GetTSACerts(context.Background(), "", GetTufTargets)
if err != nil {
t.Fatalf("Failed to get TSA certs from TUF: %v", err)
}
_, _ = GetTSACerts(context.Background(), "", GetTufTargets)
}

0 comments on commit 2f0febe

Please sign in to comment.