Closed nsfrias closed 9 months ago
will have a look.
Thank you for the prompt reply. 👍
Was able to reproduce it but for me it turned out to be a documentation error: instead of {{
in your eventListener, {{{
is needed:
"fullBody": "{{jsonPath response.body '$'}}"
-> "fullBody": "{{{jsonPath response.body '$'}}}"
The PR I created tested the behavior and updates the documentation. Can you check whether it works for you as well?
Thank you very much for your quick reply @dirkbolte
Proposal
The retrieved response contains
"
instead of"
when a full body is stored with quotes.Note: I have not tried to record other state with quotes.
Reproduction steps
This are my stubs:
The body is stored in a separate file for clarity:
I built the standalone jar locally using the code from version 0.6.1 .
I have send a tar.gz file that is ready to reproduce all you need to do is to:
bug_report.tar.gz
References
No response