lehmannk commented on code in PR #5717:
URL: https://github.com/apache/jmeter/pull/5717#discussion_r1016761907
##########
src/components/src/main/java/org/apache/jmeter/assertions/JSONPathAssertion.java:
##########
@@ -137,15 +137,15 @@ private void doAssert(String jsonString) {
}
if (isExpectNull()) {
- throw new IllegalStateException(String.format("Value expected to
be null, but found '%s'", value));
+ throw new IllegalStateException(String.format("Value in json path
'%s' expected to be null, but found '%s'", getJsonPath(), value));
Review Comment:
I accepted your changes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]