mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Merge pull request #75318 from ymlong/fix-20190313
Correcting a spelling error
This commit is contained in:
commit
b1e7c20a07
@ -78,7 +78,7 @@ func TestGetDataFromInitConfig(t *testing.T) {
|
|||||||
|
|
||||||
decryptedData, err := cryptoutil.DecryptBytes(data, decodedKey)
|
decryptedData, err := cryptoutil.DecryptBytes(data, decodedKey)
|
||||||
if string(certData) != string(decryptedData) {
|
if string(certData) != string(decryptedData) {
|
||||||
t.Fatalf(dedent.Dedent("can't decript cert: %s\nfatal error: %v"), name, err)
|
t.Fatalf(dedent.Dedent("can't decrypt cert: %s\nfatal error: %v"), name, err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user