检查响应状态码是否为200:
pm.test("status code is 200",function()
{
pm.response.to.have.status(200);
});
==========================================================================
检查响应状态码是否为200:
pm.test("status code is 200",function()
{
pm.response.to.have.status(200);
});
==========================================================================