Skip to content

Commit 1f7be40

Browse files
committed
Debug on e2e test (commit to be dropped later)
Signed-off-by: Lily Sturmann <lsturman@redhat.com>
1 parent 7ce386d commit 1f7be40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ func TestIntoto(t *testing.T) {
436436
t.Fatal(err)
437437
}
438438
// The atteestation should be stored at /var/run/attestations/$uuid
439+
t.Log("g.Attesation: ", g.Attestation)
439440

440441
got := in_toto.ProvenanceStatement{}
441442
if err := json.Unmarshal(g.Attestation, &got); err != nil {

0 commit comments

Comments
 (0)