mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Fix unmarshal for tests without behaviors
This commit is contained in:
parent
ceb67482c4
commit
c7216b9a1b
@ -56,7 +56,7 @@ func validateSuite(path string, t *testing.T) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
t.Errorf("%q", err.Error())
|
t.Errorf("%q", err.Error())
|
||||||
}
|
}
|
||||||
err = yaml.UnmarshalStrict(yamlFile, &suite)
|
err = yaml.Unmarshal(yamlFile, &suite)
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Errorf("%q", err.Error())
|
t.Errorf("%q", err.Error())
|
||||||
|
Loading…
Reference in New Issue
Block a user