Hi all,
I am using chai-json-schema to validate the response body of an API with the JSON object that is saved in a JSON file.
The case is that even if I changed the schema keys and data types, the test passed.
I can't understand where the issue is. Does anyone get the same issue anytime, please?