mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +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 {
|
||||
t.Errorf("%q", err.Error())
|
||||
}
|
||||
err = yaml.UnmarshalStrict(yamlFile, &suite)
|
||||
err = yaml.Unmarshal(yamlFile, &suite)
|
||||
|
||||
if err != nil {
|
||||
t.Errorf("%q", err.Error())
|
||||
|
Loading…
Reference in New Issue
Block a user