mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
Fixed the following testifylint failures: oom_watcher_linux_test.go:68:2: require-error: for error assertions use require (testifylint) assert.NoError(t, oomWatcher.Start(tCtx, node)) ^ oom_watcher_linux_test.go:128:2: require-error: for error assertions use require (testifylint) assert.NoError(t, oomWatcher.Start(tCtx, node)) ^ oom_watcher_linux_test.go:165:2: require-error: for error assertions use require (testifylint) assert.NoError(t, oomWatcher.Start(tCtx, node)) ^