From 762a9d48dbe748e18f239e6e5c56333cfa39d02d Mon Sep 17 00:00:00 2001 From: Jorge Moratinos Salcines <jorge.moratinossalcines@telefonica.com> Date: Thu, 11 Apr 2024 10:53:57 +0200 Subject: [PATCH] Fix postman collection and environment --- doc/testing/postman/CAPIF.postman_collection.json | 2 +- doc/testing/postman/CAPIF.postman_environment.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/testing/postman/CAPIF.postman_collection.json b/doc/testing/postman/CAPIF.postman_collection.json index e65c826..dcbd5ad 100644 --- a/doc/testing/postman/CAPIF.postman_collection.json +++ b/doc/testing/postman/CAPIF.postman_collection.json @@ -806,7 +806,7 @@ ], "body": { "mode": "raw", - "raw": "{\n\"name\": {{USERNAME_INVOKER}}\n}", + "raw": "{\n\"name\": \"{{USERNAME_INVOKER}}\"\n}", "options": { "raw": { "language": "json" diff --git a/doc/testing/postman/CAPIF.postman_environment.json b/doc/testing/postman/CAPIF.postman_environment.json index ab3839e..fd084b3 100644 --- a/doc/testing/postman/CAPIF.postman_environment.json +++ b/doc/testing/postman/CAPIF.postman_environment.json @@ -32,6 +32,12 @@ "type": "default", "enabled": true }, + { + "key": "USERNAME_INVOKER", + "value": "InvokerONE", + "type": "default", + "enabled": true + }, { "key": "PASSWORD", "value": "pass", -- GitLab