Hey guys,
I’m trying to create runs via monitor. Receiving following error:
4 - 09:13:08 - Error: connect ETIMEDOUT 84.110.102.123:443
5 - 09:13:08 - Failed: Status test
6 - 09:13:08 - expected { Object (id, _details, …) } to have property ‘code’
My Test snippet is correct, according to Postman Documentation, and runs absolutely fine by manual run:
pm.test(“Status test”, function () {
pm.response.to.have.status(200);
});