Typo fix in e2e test description message: kubadm->kubeadm

pull/564/head
liucimin 2019-02-27 10:01:19 +08:00
parent 465f7ebf43
commit a9d368fc73
1 changed files with 1 additions and 1 deletions

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)
}