Response body:
Postman testcase:
pm.test("Check if body has devices list", function () { var jsonData = pm.response.json();
pm.expect(jsonData).to.have.property("EID");
})
Error:
Check if body has devices list | AssertionError: expected [ Array(9) ] to have property 'EID'
Aucun commentaire:
Enregistrer un commentaire