We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb6748 commit c7216b9Copy full SHA for c7216b9
test/conformance/behaviors/behaviors_test.go
@@ -56,7 +56,7 @@ func validateSuite(path string, t *testing.T) {
56
if err != nil {
57
t.Errorf("%q", err.Error())
58
}
59
- err = yaml.UnmarshalStrict(yamlFile, &suite)
+ err = yaml.Unmarshal(yamlFile, &suite)
60
61
62
0 commit comments