script test to be oneof

Solutions on MaxInterview for script test to be oneof by the best coders in the world

showing results for - "script test to be oneof"
Emma
08 Feb 2018
1pm.test("Successful POST request", () => {
2  pm.expect(pm.response.code).to.be.oneOf([201,202]);
3});
similar questions
queries leading to this page
script test to be oneof