Declined
Last Updated: 08 Jan 2024 07:58 by ADMIN
Aditya
Created on: 14 Jan 2020 14:54
Type: Bug Report
0
API testing// Verification of isEqual of json objects will return false
When comparing whole json objects using the verifications in API studio, the result will return false instead of true. For example the following case will return false:
Expected was '{
  "userId": 1,
  "id": 1,
  "title": "title",
  "completed": false
}'. Actual was '{
  "userId": 1,
  "id": 1,
  "title": "title",
  "completed": false
}''

There seems to be some parsing problem.
0 comments