Merge pull request #130359 from my-git9/assertion1

fix wrong assertion on tests
This commit is contained in:
Kubernetes Prow Robot
2025-02-24 05:18:34 -08:00
committed by GitHub
19 changed files with 177 additions and 63 deletions

View File

@@ -277,5 +277,4 @@ linters-settings: # please keep this alphabetized
enable-all: true
disable: # TODO: remove each disabled rule and fix it
- float-compare
- go-require
- require-error

View File

@@ -242,7 +242,6 @@ linters-settings: # please keep this alphabetized
disable: # TODO: remove each disabled rule and fix it
{{- if .Base }}
- float-compare
- go-require
{{- end}}
- require-error
{{- end}}