kubelet_test.go: use assertions
Switch most of the tests in this file to using the assert/require library (in `github.com/stretchr/testify`) in the tests for better readability and less code in general.
This commit is contained in:
Switch most of the tests in this file to using the assert/require library (in `github.com/stretchr/testify`) in the tests for better readability and less code in general.