Guest User

Untitled

a guest
Jan 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. // Postman test for expected error code
  2.  
  3. pm.test("isErrorCodeCorrect", function(){
  4. var jsonData = pm.response.json();
  5. pm.expect(jsonData.code).to.eql('10');
  6. });
Add Comment
Please, Sign In to add comment