diff --git a/postman/collection-json/tunnel.postman_collection.json b/postman/collection-json/tunnel.postman_collection.json index 36e849d7e7..32e66d60f0 100644 --- a/postman/collection-json/tunnel.postman_collection.json +++ b/postman/collection-json/tunnel.postman_collection.json @@ -640,6 +640,7 @@ " 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.expect(responseJson.payment.authentication).to.have.property('url');", "});"