Skip to content

Commit 585ba88

Browse files
authoredMar 22, 2024··
Merge pull request #22 from securesign/rekor-cli-test-name
Use unique name for rekor-cli test
2 parents bc388f2 + 99c9d39 commit 585ba88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/rekorcli/rekorcli_suite_init_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
. "github.com/onsi/gomega"
88
)
99

10-
func TestCosignTest(t *testing.T) {
10+
func TestRekorCliE2E(t *testing.T) {
1111
RegisterFailHandler(Fail)
1212
RunSpecs(t, "Make and verify entries, query the log for inclusion proof, integrity verification of the log or retrieval of entries")
1313
}

0 commit comments

Comments
 (0)
Please sign in to comment.