Skip to content

Commit 230487f

Browse files
committed
fix new test
1 parent 5ba23cd commit 230487f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/e2e_tsa_test.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,7 @@ func TestSignBlobTSAMTLSWithSigningConfig(t *testing.T) {
221221
}
222222

223223
verifyCmd := cliverify.VerifyBlobCmd{
224-
KeyOpts: verifyKO,
225-
CertVerifyOptions: options.CertVerifyOptions{
226-
CertIdentityRegexp: ".*",
227-
CertOidcIssuerRegexp: ".*",
228-
},
224+
KeyOpts: verifyKO,
229225
IgnoreTlog: true,
230226
}
231227
must(verifyCmd.Exec(context.Background(), blobPath), t)

0 commit comments

Comments
 (0)