Merge pull request #74638 from liucimin/fix_e2e_test_kubadm-

Typo fix in e2e test description  message: kubadm->kubeadm
This commit is contained in:
Kubernetes Prow Robot
2019-03-05 06:50:59 -08:00
committed by GitHub

View File

@@ -44,5 +44,5 @@ func TestMain(m *testing.M) {
func TestE2E(t *testing.T) {
reporters := []ginkgo.Reporter{}
gomega.RegisterFailHandler(ginkgo.Fail)
ginkgo.RunSpecsWithDefaultAndCustomReporters(t, "E2EKubadm suite", reporters)
ginkgo.RunSpecsWithDefaultAndCustomReporters(t, "E2EKubeadm suite", reporters)
}