mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-17 17:56:33 +00:00
parent
8badacff0e
commit
dd5a495961
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ func TestCTLogsPubkeys(t *testing.T) {
|
|||
|
||||
verifier := &cosignVerifier{}
|
||||
_, err = verifier.VerifySignature(context.TODO(), opts)
|
||||
assert.ErrorContains(t, err, "no matching signatures: ctfe public key not found for payload.")
|
||||
assert.ErrorContains(t, err, "ctfe public key not found for payload.")
|
||||
|
||||
opts.CTLogsPubKey = ""
|
||||
_, err = verifier.VerifySignature(context.TODO(), opts)
|
||||
|
|
Loading…
Add table
Reference in a new issue