Created
July 27, 2018 11:41
-
-
Save dariayermolova/eb3ebe8ee85b99cbb79b074444084b87 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pm.test("responce contains billing_type", function () { | |
pm.expect(jsonData.billing_type).to.eql("check"); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment