Skip to content

Commit

Permalink
Rm autotest
Browse files Browse the repository at this point in the history
Signed-off-by: Meeki1l <[email protected]>
  • Loading branch information
Meeki1l committed Jun 25, 2024
1 parent 2f0febe commit 98bb588
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/cosign/tsa_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,3 @@ func TestGetTSACertsFromTUF(t *testing.T) {
require.NotNil(t, tsaCerts.RootCert)
require.Len(t, tsaCerts.RootCert, 1)
}

func TestGetTSACertsFromLocalTUF(t *testing.T) {
_, _ = GetTSACerts(context.Background(), "", GetTufTargets)
}

0 comments on commit 98bb588

Please sign in to comment.