You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ $HOME/go/1.22.1/bin/venom-v1.1.0 version
Version venom: v1.1.0
$ $HOME/go/1.22.1/bin/venom-v1.1.0 run ./test.yaml
[trac] writing venom.2.log
• Assertions testsuite (./test.yaml)
• test-assertion-ShouldJSONContain FAIL
[ShouldJSONContain not supported ]
Testcase "test assertion ShouldJSONContain", step #0-0: Assertion "result.systemoutjson.__type__ ShouldEqual Map" failed. expected: Map got: Array (test.yaml:22) #<--- still broken because i don't know how to use my eyes but at least not nil
final status: FAIL
Thank you
The text was updated successfully, but these errors were encountered:
theobouge-ovh
changed the title
[bug] __type__ isn't available anymore
[bug] __type__ seems to not be available anymore
Apr 9, 2024
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
The text was updated successfully, but these errors were encountered: