mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Typo fix in e2e test description message: kubadm->kubeadm
This commit is contained in:
parent
465f7ebf43
commit
a9d368fc73
@ -44,5 +44,5 @@ func TestMain(m *testing.M) {
|
|||||||
func TestE2E(t *testing.T) {
|
func TestE2E(t *testing.T) {
|
||||||
reporters := []ginkgo.Reporter{}
|
reporters := []ginkgo.Reporter{}
|
||||||
gomega.RegisterFailHandler(ginkgo.Fail)
|
gomega.RegisterFailHandler(ginkgo.Fail)
|
||||||
ginkgo.RunSpecsWithDefaultAndCustomReporters(t, "E2EKubadm suite", reporters)
|
ginkgo.RunSpecsWithDefaultAndCustomReporters(t, "E2EKubeadm suite", reporters)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user