Skip to content

Commit 6575291

Browse files
authored
Update batch_test.go
1 parent 0cd8d06 commit 6575291

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/verify/batch_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func TestVerifyDir_GeneratedReceipts_StrictChain(t *testing.T) {
1919
_, err := VerifyDir(DirOptions{
2020
Dir: dir,
2121
SchemaPath: filepath.Join(root, "spec", "receipt.schema.json"),
22-
PublicKeyPath: pubPath,
22+
PublicKeyDir: filepath.Dir(pubPath),
2323
StrictHashes: true,
2424
StrictSignature: true,
2525
StrictApprovals: false,

0 commit comments

Comments
 (0)