Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
  • Loading branch information
haydentherapper committed Nov 30, 2022
1 parent f06d610 commit 2567982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cosign/verify_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ func TestVerifyImageSignatureWithSigVerifierAndTSA(t *testing.T) {
SigVerifier: sv,
TSACerts: tsaCertPool,
SkipTlogVerify: true,
}); err != nil || !bundleVerified {
}); err != nil || bundleVerified { // bundle is not verified since there's no Rekor bundle
t.Fatalf("unexpected error while verifying signature, got %v", err)
}
}
Expand Down

0 comments on commit 2567982

Please sign in to comment.