Erich Buri
03/23/2023, 11:14 AMeachKeyLike()
and it might have to do with the fix here: https://github.com/pact-foundation/pact-reference/issues/216
Please see my comment here https://github.com/pact-foundation/pact-reference/issues/216#issuecomment-1480976176
and the added note below: https://github.com/pact-foundation/pact-reference/issues/216#issuecomment-1480996968
I ran the same on Windows and Mac as I wasn't sure if it is related to my machine. But I got the same result. This is a simplified version to show the issue. I have a more complex data-structure I want to test and the resulting matchingRules
I got were looking very strange:
Example:
"$.angebote.*.*.*[*].*[*].*.*.*": {
"combine": "AND",
"matchers": [
{
"match": "type",
"min": 1
},
{
"match": "type"
},
{
"match": "integer"
}
]
},
How could anything satisfy that.