cleanup: fix log message error in test case

This commit is contained in:
Alan 2019-08-06 07:00:05 +08:00 committed by GitHub
parent b409073e99
commit 11e333474e
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)
}
})
}