Skip to content

Commit

Permalink
Use strict decoding in e2e tests' fixture registry
Browse files Browse the repository at this point in the history
  • Loading branch information
rzetelskik committed Dec 20, 2024
1 parent ee45d91 commit e3ecfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/scheme/scheme.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

var (
Scheme = runtime.NewScheme()
Codecs = serializer.NewCodecFactory(Scheme)
Codecs = serializer.NewCodecFactory(Scheme, serializer.EnableStrict)
)

func DefaultJSONEncoder() runtime.Encoder {
Expand Down

0 comments on commit e3ecfa2

Please sign in to comment.