mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
chore(postman): update Postman collection files
This commit is contained in:
@ -640,6 +640,7 @@
|
|||||||
" pm.expect(responseJson.payment.authentication).to.not.be.null;",
|
" pm.expect(responseJson.payment.authentication).to.not.be.null;",
|
||||||
"});",
|
"});",
|
||||||
"",
|
"",
|
||||||
|
"//Response body should have \"payment.authentication.url\" property",
|
||||||
"pm.test(\"Authentication object has 'url' property\", function () {",
|
"pm.test(\"Authentication object has 'url' property\", function () {",
|
||||||
" pm.expect(responseJson.payment.authentication).to.have.property('url');",
|
" pm.expect(responseJson.payment.authentication).to.have.property('url');",
|
||||||
"});"
|
"});"
|
||||||
|
|||||||
Reference in New Issue
Block a user