diff --git a/pkg/registry/core/service/storage/storage_test.go b/pkg/registry/core/service/storage/storage_test.go index 8cf03b273ec..217aa4ed561 100644 --- a/pkg/registry/core/service/storage/storage_test.go +++ b/pkg/registry/core/service/storage/storage_test.go @@ -823,9 +823,7 @@ type fakeTestingT struct { func (f fakeTestingT) Helper() {} -func (f fakeTestingT) Errorf(format string, args ...interface{}) { - f.t.Logf(format, args...) -} +func (f fakeTestingT) Errorf(format string, args ...interface{}) {} func verifyEquiv(t testingTInterface, call string, tc *svcTestCase, got *api.Service) bool { t.Helper()