Variable replacement does not work correctly if body is a list
bboron86 opened this issue · 1 comments
bboron86 commented
example:
data:
- id: "{{id-variable}}"
name: "some name"
johannesloher commented
I did a little research and the problem does not seem to be related to injectEvalAndVarsToMap
. That functions seems to work correctly. I also added some test cases for this.