mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2026-01-08 00:01:40 +00:00
Make all error strings lower case, for readability.
This commit is contained in:
@@ -56,7 +56,7 @@ func (registry *MockPodRegistry) DeletePod(podId string) error {
|
||||
|
||||
func TestListPodsError(t *testing.T) {
|
||||
mockRegistry := MockPodRegistry{
|
||||
err: fmt.Errorf("Test Error"),
|
||||
err: fmt.Errorf("test error"),
|
||||
}
|
||||
storage := PodRegistryStorage{
|
||||
registry: &mockRegistry,
|
||||
|
||||
Reference in New Issue
Block a user