We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae1e476 + 2d77d9a commit dca968bCopy full SHA for dca968b
cmd/kubeadm/app/phases/certs/certs_test.go
@@ -364,7 +364,7 @@ func TestWriteKeyFilesIfNotExist(t *testing.T) {
364
}
365
366
//TODO: check if there is a better method to compare keys
367
- if resultingKey.D == key.D {
+ if resultingKey.D == test.expectedKey.D {
368
t.Error("created key does not match expected key")
369
370
0 commit comments