mirror of https://github.com/kubernetes/kops.git
Fix broken test after last change
This commit is contained in:
parent
b9945594fd
commit
ac9c368cc3
|
|
@ -26,7 +26,7 @@ import (
|
|||
func TestParseBasic(t *testing.T) {
|
||||
expect := []byte(
|
||||
`apiVersion: kubescheduler.config.k8s.io/v1alpha1
|
||||
Kind: KubeSchedulerConfiguration
|
||||
kind: KubeSchedulerConfiguration
|
||||
clientConnection:
|
||||
kubeconfig: null
|
||||
qps: 3
|
||||
|
|
|
|||
Loading…
Reference in New Issue