mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
chore: use fuzzers own cfg variable (#8056)
Signed-off-by: AdamKorcz <adam@adalogics.com>
This commit is contained in:
parent
2e842ec6a3
commit
c0f329e473
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ func FuzzVerifyImageAndPatchTest(f *testing.F) {
|
|||
}
|
||||
|
||||
verifyImageAndPatchEngine := NewEngine(
|
||||
cfg,
|
||||
fuzzCfg,
|
||||
fuzzMetricsCfg,
|
||||
fuzzJp,
|
||||
nil,
|
||||
|
|
Loading…
Add table
Reference in a new issue