0

The jsonPath matching in hoverfly simulation file is

"body" : [ { "matcher" : "jsonpath", "value" : "$[0].langId" }

The above does not seem to work for the following request

"Body": "[{\"langId\":\"en\",\"fallback\":\"true\"}]"

Is this an issue ? How can I solve this ?

CVA
  • 1,477
  • 1
  • 14
  • 23

1 Answers1

0

This is caused due to a bug in Hoverfly v1.1.3 where the JSONpath does not work.

Fixed in v1.1.4 of Hoverfly

CVA
  • 1,477
  • 1
  • 14
  • 23