mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Merge pull request #106297 from thockin/svc-testlog-hush
Don't write fake logs to the real test log
This commit is contained in:
commit
0c6110e412
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user