Closed ghost closed 6 years ago
Version and environment information:
newman -v
TestData.csv
field1, field2, field3 message for field 1,this message has 20 white spaces at the end and is going to be trimmed ,this is message for field 3
Steps to reproduce the problem:
Create a POST call in POSTMAN using the field2 of previous csv in body. Example of body: { "message" : {{field2}} }
Run a test with newman using the previous call
Note that the value of field2 has lost the last 20 white spaces
Does this also happen if the value is enclosed in quotes(")?
"
In that case, it works well
Version and environment information:
newman -v
): 3.8.3TestData.csv
Steps to reproduce the problem:
Create a POST call in POSTMAN using the field2 of previous csv in body. Example of body: { "message" : {{field2}} }
Run a test with newman using the previous call
Note that the value of field2 has lost the last 20 white spaces