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
Bug is caused by Postman, they change 12.50 to 12.5.
But it has to be solved by Idaithalam.
Since it compares two values which are same but complains it would be different.
12.5 is same as 12.50, and Idaithalam is supposed to know that.
If the API gives a decimal value and the comparison value is an integer, the comparison fails although it is the same value.
Example: 123.0 compared to 123 fails.
This is mainly a problem because Postman "prettifies" values by cutting a ".0".
Best would be if that behavior can be configured by parameter.
The text was updated successfully, but these errors were encountered: