From 1ad1097f65c841aa5ce871ddb2f5e8f1b85bd131 Mon Sep 17 00:00:00 2001 From: Zach Steindler Date: Tue, 30 Jul 2024 11:28:20 -0400 Subject: [PATCH] fix e2e test Signed-off-by: Zach Steindler --- test/e2e_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e_test.go b/test/e2e_test.go index 3c95cc1e183..58d02658276 100644 --- a/test/e2e_test.go +++ b/test/e2e_test.go @@ -1656,6 +1656,7 @@ func TestSignBlobNewBundle(t *testing.T) { // Produce signed bundle ko := options.KeyOpts{ KeyRef: privKeyPath, + PassFunc: passFunc, BundlePath: bundlePath, NewBundleFormat: true, }