Skip to content

Commit

Permalink
remove old provenance template
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Hennen <[email protected]>
  • Loading branch information
TomHennen committed Jan 22, 2025
1 parent a6c986a commit b4d4af6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions internal/attest/attest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import (
"os"
"path/filepath"
"testing"
"text/template"
"time"

"github.com/go-git/go-billy/v5"
Expand All @@ -44,10 +43,6 @@ import (
"github.com/sigstore/sigstore/pkg/signature"
)

var (
tmpl = template.Must(template.ParseFiles("testdata/test.json.provenance"))
)

func TestMain(m *testing.M) {
clock = clockwork.NewFakeClockAt(time.Date(1984, time.April, 4, 0, 0, 0, 0, time.UTC))
os.Exit(m.Run())
Expand Down
1 change: 0 additions & 1 deletion internal/attest/testdata/test.json.provenance

This file was deleted.

0 comments on commit b4d4af6

Please sign in to comment.