Update join_test.go

pull/8/head
poothia 2018-08-09 11:04:40 +05:30 committed by GitHub
parent c343fa4937
commit 04ca57fa4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 {