Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Asra Ali <asraa@google.com>
  • Loading branch information
asraa committed Jan 4, 2023
1 parent 3de1b6d commit 914bc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1863,7 +1863,7 @@ func TestAttestBlobSignVerify(t *testing.T) {
mustErr(blobVerifyAttestationCmd.Exec(ctx, bp), t)

// Now attest the blob with the private key
ko := options.KeyOpts{
ko = options.KeyOpts{
KeyRef: privKeyPath1,
PassFunc: passFunc,
}
Expand Down

0 comments on commit 914bc31

Please sign in to comment.