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) {
|
func TestParseBasic(t *testing.T) {
|
||||||
expect := []byte(
|
expect := []byte(
|
||||||
`apiVersion: kubescheduler.config.k8s.io/v1alpha1
|
`apiVersion: kubescheduler.config.k8s.io/v1alpha1
|
||||||
Kind: KubeSchedulerConfiguration
|
kind: KubeSchedulerConfiguration
|
||||||
clientConnection:
|
clientConnection:
|
||||||
kubeconfig: null
|
kubeconfig: null
|
||||||
qps: 3
|
qps: 3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue