MaibornWolff / alt-core-js

Acceptance & Load testing framework
https://www.npmjs.com/package/@maibornwolff/alt-core-js
MIT License
7 stars 1 forks source link

Variable replacement does not work correctly if body is a list #51

Closed bboron86 closed 4 years ago

bboron86 commented 5 years ago

example:

data:
  - id: "{{id-variable}}"
    name: "some name"
johannesloher commented 4 years ago

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.