Files
kubernetes/test/utils/audit.go
mattjmcnaughton 42f8596b13 Fix staticcheck failures in test/utils/...
The `err` return value was being overwritten in an unintended way, which
means the function may not return the proper error value. This diff
ensures it does.
2019-10-01 09:46:45 -04:00

7.0 KiB