From ab24a11d619749ff98982f773fc3627ef945b93c Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 00:33:38 +0000 Subject: [PATCH] chore(postman): update Postman collection files --- postman/collection-json/tunnel.postman_collection.json | 1 + 1 file changed, 1 insertion(+) 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');", "});"