You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expectedErr: "failed to decode YAML: no kind \"Scale\" is registered for the internal version of group \"autoscaling\" in scheme \"pkg/runtime/scheme.go:110\"",
41
41
},
42
42
"empty input": {
43
-
scanner: bufio.NewScanner(strings.NewReader("")),
44
-
expectedErr: "EOF",
43
+
scanner: bufio.NewScanner(strings.NewReader("")),
45
44
},
46
45
"only comments": {
47
-
scanner: bufio.NewScanner(strings.NewReader("# This is a comment\n# Another comment line\n")),
48
-
expectedErr: "EOF",
46
+
scanner: bufio.NewScanner(strings.NewReader("# This is a comment\n# Another comment line\n")),
0 commit comments