spring-boot icon indicating copy to clipboard operation
spring-boot copied to clipboard

Fix json path assertion

Open snicoll opened this issue 1 year ago • 0 comments

This commit fixes the json path assertion of a test. The second argument of jsonpath is an Object[] in case the expression is using placeholders.

We've had several tests not doing anything in the core framework for the same reason and we've decided to deprecate that method signature to require a fully-formed expression instead.

snicoll avatar Feb 16 '24 16:02 snicoll