mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 10:18:13 +00:00 
			
		
		
		
	 48ea6fc465
			
		
	
	48ea6fc465
	
	
	
		
			
			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)) ^