Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: Hayden Blauzvern <[email protected]>
  • Loading branch information
haydentherapper committed Dec 6, 2022
1 parent ee0f511 commit ae14708
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,6 @@ func TestSignBlobRFC3161TimestampBundle(t *testing.T) {
BundlePath: bundlePath,
RFC3161TimestampPath: tsPath,
TSACertChainPath: file.Name(),
BundlePath: bundlePath,
}
// Verify should fail on a bad input
verifyBlobCmd := cliverify.VerifyBlobCmd{
Expand All @@ -1050,7 +1049,6 @@ func TestSignBlobRFC3161TimestampBundle(t *testing.T) {
RFC3161TimestampPath: tsPath,
TSAServerURL: server.URL,
RekorURL: rekorURL,
BundlePath: bundlePath,
}
if _, err := sign.SignBlobCmd(ro, ko, bp, true, "", "", false); err != nil {
t.Fatal(err)
Expand Down

0 comments on commit ae14708

Please sign in to comment.