chore(test): fix mockery deprecation warnings (#22998)

Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
This commit is contained in:
Michael Crenshaw
2025-05-15 14:06:03 -04:00
committed by GitHub
parent af3a37b053
commit f0d783b1e7
30 changed files with 8459 additions and 77 deletions

View File

@@ -3,7 +3,10 @@ filename: "{{.InterfaceName}}.go"
dir: "{{.InterfaceDir}}/mocks"
outpkg: "mocks"
mockname: "{{.InterfaceName}}"
with-expecter: false
with-expecter: true
resolve-type-alias: false
disable-version-string: true
issue-845-fix: true
# individual interface config
packages:
github.com/argoproj/argo-cd/v3/applicationset/generators: