Skip to content

Commit

Permalink
fix: update test name
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao committed Nov 8, 2024
1 parent d621aa0 commit bfb56a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/suite/scenario/crl.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

var _ = Describe("notation CRL revocation check", Serial, func() {
It("successfully with cache", func() {
It("successfully completed with cache", func() {
Host(CRLOptions(), func(notation *utils.ExecOpts, artifact *Artifact, vhost *utils.VirtualHost) {
notation.Exec("sign", artifact.ReferenceWithDigest()).
MatchKeyWords(SignSuccessfully)
Expand Down Expand Up @@ -58,7 +58,7 @@ var _ = Describe("notation CRL revocation check", Serial, func() {
})
})

It("revoked with cache", func() {
It("failed with revoked leaf certificate", func() {
Host(CRLOptions(), func(notation *utils.ExecOpts, artifact *Artifact, vhost *utils.VirtualHost) {
notation.Exec("sign", artifact.ReferenceWithDigest()).
MatchKeyWords(SignSuccessfully)
Expand Down

0 comments on commit bfb56a8

Please sign in to comment.