Assertion Issue of jsonpath response
问题 I'm writing api test automated codes with bdd method by Karate. Assertion part pushes me hard. My response is like below, and when I called that path $.data.subscribers[0].products this gives me empty-null array as I checked by http://jsonpath.herokuapp.com/ website. However, when I run my gherkin Karate feature then It gave me the response as null, It still gives me error assertion. It says actual: null, expected: null... I couldn't see any error, how can I fix this? Is it a bug or Is there