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.