Greetings.
In post processors I specified: pm.test("Status code is 202", function () {
pm.response.to.have.status(202);
});
But when running the collection in "Testing", the error is Response HTTP code error: Returned 202 while expected 200.
I'm not expecting code: 200, the error message is not fair.
Maybe I'm wrong? Thank you.