Update join_test.go

This commit is contained in:
poothia
2018-08-09 11:04:40 +05:30
committed by GitHub
parent c343fa4937
commit 04ca57fa4f

View File

@@ -236,7 +236,7 @@ func TestCmdJoinArgsMixed(t *testing.T) {
args string
expected bool
}{
{"--discovery-token=abcdef.1234567890abcdef --config=/etc/kubernets/kubeadm.config", false},
{"--discovery-token=abcdef.1234567890abcdef --config=/etc/kubernetes/kubeadm.config", false},
}
for _, rt := range initTest {