From b7367b675238fa88f4bdee8bb6735a3b5ed3d201 Mon Sep 17 00:00:00 2001 From: "ramu.n" Date: Tue, 17 Oct 2017 20:58:58 +0530 Subject: Fix underlay DG testing issues *Fix json template context variable name *Add customHttpHeaders Change-Id: Ic565716227327db53c8cd65cb5c44b57f2501042 Issue-Id: SDNC-131 Signed-off-by: Ramu N Former-commit-id: 9ea126b1bfbf0908e45eaf52d61b6b2032fc1b23 --- .../GENERIC-RESOURCE-API_validate-network-input-parameters.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_validate-network-input-parameters.json') diff --git a/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_validate-network-input-parameters.json b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_validate-network-input-parameters.json index 94ee31b3..da6fd8d3 100644 --- a/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_validate-network-input-parameters.json +++ b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_validate-network-input-parameters.json @@ -16,11 +16,11 @@ { "id": "2fff1e3d.63ab82", "type": "service-logic", - "name": "GENERIC-RESOURCE-API 1.2.0-SNAPSHOT", + "name": "GENERIC-RESOURCE-API ${project.version}", "module": "GENERIC-RESOURCE-API", - "version": "1.2.0-SNAPSHOT", + "version": "${project.version}", "comments": "", - "xml": "", + "xml": "", "outputs": 1, "x": 332.2857131958008, "y": 114.28574562072754, -- cgit 1.2.3-korg