mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 21:25:09 +00:00
Fix unmarshal for tests without behaviors
This commit is contained in:
@@ -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())
|
||||
|
Reference in New Issue
Block a user