Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Creating stub with XPath inside request condition fails
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