Skip to content

Commit

Permalink
fix: Creating stub with XPath inside request condition fails
Browse files Browse the repository at this point in the history
It fixes the case when a stub inside request condition contains XPath with
a function, for example:

    "request": {
      "mode": "xpath",
      "headers": {},
      "body": {
        "//*[local-name() = \"BaggageOptionCode\"]": {"exists": true}
      }
    }
  • Loading branch information
ashashev authored and danslapman committed Nov 4, 2023
1 parent f52d32f commit 667da8c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2826,5 +2826,9 @@
]
}
]
},
{
"name": "com.sun.org.apache.xpath.internal.functions.FuncLocalPart",
"methods" : [{"name":"<init>","parameterTypes":[] }]
}
]

0 comments on commit 667da8c

Please sign in to comment.