File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ const vaultVersion = "1.13.2"
8080const defaultBinVersion = "1.24"
8181
8282//go:embed testdata/crd/*.yaml
83- //go:embed testdata/sops/pgp.asc
84- //go:embed testdata/sops/age.txt
83+ //go:embed testdata/sops/keys/ pgp.asc
84+ //go:embed testdata/sops/keys/ age.txt
8585var testFiles embed.FS
8686
8787// FuzzControllers implements a fuzzer that targets the Kustomize controller.
@@ -182,11 +182,11 @@ func Fuzz_Controllers(f *testing.F) {
182182 if err != nil {
183183 return err
184184 }
185- pgpKey , err := testFiles .ReadFile ("testdata/sops/pgp.asc" )
185+ pgpKey , err := testFiles .ReadFile ("testdata/sops/keys/ pgp.asc" )
186186 if err != nil {
187187 return err
188188 }
189- ageKey , err := testFiles .ReadFile ("testdata/sops/age.txt" )
189+ ageKey , err := testFiles .ReadFile ("testdata/sops/keys/ age.txt" )
190190 if err != nil {
191191 return err
192192 }
You can’t perform that action at this time.
0 commit comments