Merge pull request #80995 from zgfh/patch-8

cleanup: fix log message error in test case
This commit is contained in:
Kubernetes Prow Robot 2019-08-06 01:03:54 -07:00 committed by GitHub
commit 1220a8ae92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@ func TestCompileManifests(t *testing.T) {
t.Run(rt.name, func(t *testing.T) {
_, err := kubeadmutil.ParseTemplate(rt.manifest, rt.data)
if err != nil {
t.Errorf("unexpected ParseTemplate faiure: %+v", err)
t.Errorf("unexpected ParseTemplate failure: %+v", err)
}
})
}