Merge pull request #96292 from wangyx1992/cleanup-scheduler-log-capatilization

cleanup: fix log capitalization in scheduler
This commit is contained in:
Kubernetes Prow Robot
2020-11-12 11:20:45 -08:00
committed by GitHub
10 changed files with 21 additions and 21 deletions

View File

@@ -653,7 +653,7 @@ func TestPodPriorityResolution(t *testing.T) {
Namespace: metav1.NamespaceSystem,
PriorityClassName: "foo",
}),
ExpectedError: fmt.Errorf("Error creating pause pod: pods \"pod3-system-cluster-critical\" is forbidden: no PriorityClass with name foo was found"),
ExpectedError: fmt.Errorf("failed to create pause pod: pods \"pod3-system-cluster-critical\" is forbidden: no PriorityClass with name foo was found"),
},
}