You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing an error when my json support key has a '-'
How to reproduce ?
With this assert block:
[Asserts]
jsonpath "$.data.invoiceaddress" exists
jsonpath "$.data.invoice-address"exists
The first assertion works but the second raises the error:.
jsonpath "$.data.relationships.invoice-address" exists
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the JSONPath expression '$.data.invoice-address" is not valid
Is that a bug or there is something I could do to avoid it?
Thanks in advance!
Regards,
The text was updated successfully, but these errors were encountered:
Hi all,
I'm facing an error when my json support key has a '-'
How to reproduce ?
With this assert block:
[Asserts]
jsonpath "$.data.invoiceaddress" exists
jsonpath "$.data.invoice-address"exists
The first assertion works but the second raises the error:.
jsonpath "$.data.relationships.invoice-address" exists
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the JSONPath expression '$.data.invoice-address" is not valid
Is that a bug or there is something I could do to avoid it?
Thanks in advance!
Regards,
The text was updated successfully, but these errors were encountered: