Closed theobouge-ovh closed 7 months ago
Hello,
Faced the same "issue".
From version 1.2.0 the default VENOM_PRESERVE_CASE is set to ON, as explained here: https://github.com/ovh/venom/pull/570
You should either update the code and uppercase the first letter: "Type" and also "Len". For example: https://github.com/ovh/venom/blob/2291dfba0e83c846bd053ccbf7bc12564bd7faa1/tests/http.yml#L65
Or set the environment variable VENOM_PRESERVE_CASE to OFF.
thanks
Hello 👋 ,
I think the
__type__
value isn't available anymore at least for json objectHere is a test case forked from ShouldJSONContain.yml
here will be the error message
here is the same test with venom 1.1.0
Thank you