mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +00:00
Fix: test case wrong output in cmd/kubeadm/app/cmd/completion_test.go
This commit is contained in:
parent
820247a3ae
commit
0b076a3dc3
@ -39,7 +39,7 @@ func TestNewCmdCompletion(t *testing.T) {
|
|||||||
cmd := newCmdCompletion(&out, "")
|
cmd := newCmdCompletion(&out, "")
|
||||||
parentCmd.AddCommand(cmd)
|
parentCmd.AddCommand(cmd)
|
||||||
if err := parentCmd.Execute(); err != nil {
|
if err := parentCmd.Execute(); err != nil {
|
||||||
t.Errorf("Cannot exectute newCmdCompletion: %v", err)
|
t.Errorf("Cannot execute newCmdCompletion: %v", err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user